What is the use of print () function in python? Explain with example
Answers
Answered by
6
The print() function is used to output the specified string to the user's display. It displays strings and other object types are converted into a string and displayed.
Answered by
4
Answer:
By using this you can print the content you want to dispaly in the screen.
eg. print("My name is Khan.")
Similar questions