이형우

exit program added.

Showing 1 changed file with 5 additions and 0 deletions
1 +while(True):
2 + print("If you enter 'exit', the program will exit")
3 + word = input()
4 + if word=="exit":
5 + exit()