exit.py 136 Bytes Raw Blame History Permalink 1 2 3 4 5 import sys while True: text = input("insert 'exit'... then this program will exit... : ") if text == 'exit': sys.exit()