공태현

echo program 1st version

# Echo Program
while(True):
user_input = input("입력해주세요.")
print(user_input)
\ No newline at end of file