이형우

exit program added.

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