echo.py 132 Bytes Raw Blame History Permalink 1 2 3 txt = input("Enter what you want to say\n(If you enter ‘exit’, the program will exit) >> ") if(txt == "exit"): exit() print(txt)