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