testcase.py 76 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import sys a = input() if a == 'exit': sys.exit(1) else: print(a)