CBSE Class 11 Computer Science Question 76 of 80

Conditional and Looping Constructs — Question 7

Back to all questions
7
Question

Question 7

Indentation while working with blocks is not necessary in Python.

Answer

False

Reason — In Python, indentation is necessary to define a block of code within control structures such as if, for, and while statements, as well as within functions.