ToLive

echo.py added

Showing 1 changed file with 2 additions and 0 deletions
1 +my_echo = input("입력 : ")
2 +print(my_echo)