daeun

add echo

1 +s=input('input: ')
2 +
3 +while(1):
4 + print(s)
5 + s=input('input: ')