KnowledgeBoat Logo
|

Informatics Practices

else if statement can be used in Python.

Python Control Flow

1 Like

Answer

False

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

Answered By

3 Likes


Related Questions