정주희

exit

Showing 1 changed file with 2 additions and 1 deletions
a=input()
print(a)
if a=="exit":
exit()
......