echo.py 72 Bytes Raw Blame History Permalink 1 2 3 4 word = input() while word != "exit": print(word) word = input()