CBSE Class 11 Informatics Practices Question 72 of 75

Conditional and Looping Constructs — Question 8

Back to all questions
8
Question

Question 8

else if statement can be used in Python.

Answer

False

Reason — Python does not have an else if statement. Instead, Python uses the elif statement to chain multiple conditional statements together.