Huh

Modify echo.py

Showing 1 changed file with 2 additions and 0 deletions
while True:
put = input()
print(put)
if (put == "exit"):
break
\ No newline at end of file
......