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