echo_program.py 66 Bytes Raw Blame History Permalink 1 2 3 while 1: a = input("Enter: ") print("User's Input: " + a)