echo_program.py 95 Bytes Raw Blame History Permalink 1 2 3 4 # Echo Program while(True): user_input = input("입력해주세요.") print(user_input)