Computer Science
State whether the following statement is True or False :
A loop with an else clause executes its else clause only when the loop terminates normally.
Python Control Flow
4 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
A loop can also take an else clause.
State whether the following statement is True or False :
The else clause of a loop gets executed only when a break statement terminates it.
State whether the following statement is True or False :
A loop with an else clause cannot have a break statement.
State whether the following statement is True or False :
A continue statement can replace a break statement.