Computer Science
State whether the following statement is True or False :
A continue statement can replace a break statement.
Python Control Flow
1 Like
Answer
False
Answered By
3 Likes
Related Questions
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.
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 :
For a for loop, an equivalent while loop can always be written.
State whether the following statement is True or False :
For a while loop, an equivalent for loop can always be written.