exit.py 79 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import sys while True: s = input() if s == "exit": sys.exit()