Chapter 1 - Python Print() function | Hands-on Coding
The print() function in Python is a built-in function that
prints the specified message to the screen. The message can be a string, or any other objects (list, dict etc).
The object will be converted into a string before written
to the screen.
#python #pythoncode #pythonprogramming #interviewtips