CBSE Class 11 Computer Science Question 72 of 80

Conditional and Looping Constructs — Question 3

Back to all questions
3
Question

Question 3

Every compound statement of Python has a header and indented body below the header.

Answer

True

Reason — In Python, every compound statement has a header and indented body below the header.