EunJi

Add echo_program.py

1 +while 1:
2 + a = input("Enter: ")
3 + print("User's Input: " + a)