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
To cancel the running of endless loop, you can press CTRL+C key any time during its endless repetition to stop it.
Indentation while working with blocks is not necessary in Python.
The if statement is a decision-making statement.
The else block for a loop executes only in the case of normal termination of the loop.