I wanted to write an input to receive a line of text, but it was valid when I typed the newline character directly, and ran the following code. Could the input read the newline character? But it doesn't match the information I found
message=input("please enter your name")
print("your name is",message)