echo_program.py 74 Bytes Raw Blame History Permalink 1 2 3 4 5 s=input('input: ') while(s!='exit'): print(s) s=input('input: ')