Computer Science for IGCSE & O level - Programming (Section 6 - No. 15)
Which of the following is an example of an output statement in Python?
INPUT
print()
IF
DECLARE
Explanation
In Python, the `print()` function is used to display output to the console.
Comments (0)
