echo.py 120 Bytes Raw Blame History Permalink 1 2 3 4 5 userInput = input("input: ") if userInput.lower() == "exit": print("Exiting the program") else: print(userInput)