echo.py 82 Bytes Raw Blame History Permalink 1 2 3 4 5 while True: put = input() print(put) if (put == "exit"): break