CBSE Class 11 Informatics Practices Question 66 of 75

Conditional and Looping Constructs — Question 2

Back to all questions
2
Question

Question 2

if, elif, else are not block or compound statements.

Answer

False

Reason — The if, elif, and else are block or compound statements in Python.