echo.py 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 while True: userInput = input() if userInput == "exit": exit() else: print(userInput)