

InterviewSolution
Saved Bookmarks
1. |
What is the use of print function |
Answer» The print function prints the specified message to the screen, or other standard output device . The message can be a string, or any other obj will be converted into a string before written to the screen | |