정주희

exit

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