Echo program.py 97 Bytes Raw Blame History Permalink 1 2 3 4 5 while 1: a = str(input("입력하세요 : ")) if(a == "exit"): break print(a)