Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -3,4 +3,5 @@ import os | ... | @@ -3,4 +3,5 @@ import os |
3 | while(1): | 3 | 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) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
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