eco.py 69 Bytes Raw Blame History Permalink 1 2 3 4 text=input("Enter the word: ") if(text=="exit"): exit() print(text)