1.py 64 Bytes Raw Blame History Permalink 1 2 3 4 5 a = input() if a=="exit": print("entered exit") else: print(a)