정혜인

echo

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