2019102153.py 107 Bytes Raw Blame History Permalink 1 2 3 4 5 x = input("If you enter ‘exit’, the program will exit : ") if x=="exit": exit(0) else: print(x)