정혜인

Delete echo.py

Showing 1 changed file with 0 additions and 7 deletions
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