exitfunction.py 95 Bytes Raw Blame History Permalink 1 2 3 4 print("if you enter exit, thie program will exit") a = str(input()) if(a == "exit"): exit()