Computer Science for IGCSE & O level - Programming (Section 15 - No. 16)

In Python, what is the primary purpose of the `print()` function?
To read input from the user.
To display output on the console.
To define a variable.
To create a function.

Explanation

The print() function is used to display output to the user's console or terminal.

Comments (0)

Advertisement