echo.py 65 Bytes Raw Blame History Permalink 1 2 3 4 5 import sys a = input() if (a == "exit"): sys.exit() print(a)