Printing and Logging
Last updated
Was this helpful?
Last updated
Was this helpful?
Reference:
In Python, we use the print()
statement to output information onto the command-line. This is helpful for providing user feedback, as well as for debugging purposes.
It is possible to print multiple objects, including different kinds of objects, by separating each with a comma:
See also: pretty printing with .