김대철

Add echo.py

Showing 1 changed file with 7 additions and 0 deletions
def echo():
while True:
a = input()
print(a)
echo()