echo_withex.py 141 Bytes Raw Blame History Permalink 1 2 3 4 5 while True: s = input("아무말이나 입력하세요(If you enter ‘exit’, the program will exit)") if s == "exit": break print(s)