Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -4,3 +4,4 @@ while(1): | ... | @@ -4,3 +4,4 @@ while(1): |
4 | x = input("If you enter 'exit', the program will exit ") | 4 | x = input("If you enter 'exit', the program will exit ") |
5 | if (x == 'exit'): | 5 | if (x == 'exit'): |
6 | os._exit(1) | 6 | os._exit(1) |
7 | + | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment