echo-prog.py 94 Bytes Raw Blame History Permalink 1 2 3 4 5 while(1): a=input("Input: ") if a!="exit": print("Output:",a) else: break