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