JuseongJIN

echoprogram ver1

1 +while (1):
2 + txt = input("출력하고 싶은 말을 적어보세요!\n")
3 + print(txt + "\n")