Computer Science, asked by divyasoni87ds, 3 months ago

What is the use of print () function in python? Explain with example​

Answers

Answered by ruthlessrex
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 Pattnaikbabu43
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