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