echo.py 93 Bytes Raw Blame History Permalink 1 2 3 4 5 echo = input("아무거나 적어라 : ") if (echo == "exit"): exit() else: print(echo)