Computer Science, asked by Anonymous, 6 months ago

What is print () function? Explain the features of print (function.​

Answers

Answered by andriyajenson1233
9

Explanation:

The print() function prints the specified message to the screen, or other standard output device. The message can be a string, or any other object, the object will be converted into a string before written to the screen.

Similar questions