임태민

Add echo-program.py

1 +echo = input("Enter user's input: ")
2 +print(echo)