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