0:00 / 0:00

15 seconds

15 seconds

Print Function In Python- Free Python Course

2 years ago
73

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.

1 Comment