Huh

Modify echo.py

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