정혜인

Delete exit.py

Showing 1 changed file with 0 additions and 7 deletions
1 -import os
2 -
3 -while(1):
4 - x = input("If you enter 'exit', the program will exit ")
5 - if (x == 'exit'):
6 - os._exit(1)
7 -
...\ No newline at end of file ...\ No newline at end of file