이재용

add exit

while True:
s = input("아무말이나 입력하세요(If you enter ‘exit’, the program will exit)")
if s == "exit":
break
print(s)