Computer Science for IGCSE & O level - Programming (Section 12 - No. 3)

What does the `'''` notation usually denote in Python?
A single-line comment
A multi-line comment
A variable declaration
A function definition

Explanation

In Python, triple quotes (`'''` or `"""`) are used for multi-line comments.

Comments (0)

Advertisement