Computer Science
State whether the following statement is True or False :
A loop can also take an else clause.
Python Control Flow
5 Likes
Answer
True
Answered By
3 Likes
Related Questions
State whether the following statement is True or False :
The for loop can also tests a condition before executing the loop-body.
State whether the following statement is True or False :
Only if statement can have 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 executes its else clause only when the loop terminates normally.