greetings = {'안녕','니하오','곤니찌와','올라','사와디캅','헬로','봉주르'}
i = 0
while (i<7):
print (greetings[i])
i = i+1
이거 왜 안됨?