echo.py 154 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 b=input() if (b=="A"): print("A") elif (b=="B"): print("B") elif (b=="exit"): print("exit") else : print("error") print("modified file")