Computer Science for IGCSE & O level - Programming (Section 4 - No. 46)

What is the purpose of indentation in Python?
To improve readability
To define the scope of code blocks
To separate statements.
All of the above

Explanation

Indentation is crucial for defining the structure and scope in Python.

Comments (0)

Advertisement