echo.py 78 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import sys a = input("문자 입력") if a == "exit": sys.exit() print(a)