InterviewSolution
Saved Bookmarks
| 1. |
What is the use of print() function? Explain the different separators that can be used with print() |
|
Answer» Answer: SO a print function is to DISPLAY a desired INPUT to the output for EG. print("hello world ") this will be SHOWN as hello world |
|