천현우

exit add

Showing 1 changed file with 4 additions and 0 deletions
1 +while True:
2 + x = input()
3 + if x == "exit":
4 + break