exitPro.py 87 Bytes Raw Blame History Permalink 1 2 3 4 sen=input("If you enter 'exit', the program will exit.") if(sen=="exit"): exit(0)