정혜인

echo

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