echo.py 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import os while(1): x=input("If you enter 'exit', the program will eixt") if(x=="exit"): os._exit(1)