Question 6

Last Updated :
Discuss
Comments

Which of the following statements is used to display a user-inputted message followed by a new line?

print(input("Enter message: "))

input(print("Enter message: "))

print("Enter message: " + input())

print("Enter message: ", input())

Tags:
Share your thoughts in the comments