echo.py 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 while(1) : v = input("입력 : ") if v == "exit" : break print("출력 : "+v) print("----")