이혜인

print input data

1 +while(True):
2 + data = input("enter the data: \n")
3 + print(data)