Computer Science
Fill in the blanks:
The else block of a loop will not get executed if a _________ statement has terminated the loop.
Python Control Flow
1 Like
Answer
break
Answered By
3 Likes
Related Questions
Fill in the blanks:
The _________ clause can occur with an if as well as with loops.
Fill in the blanks:
The _________ block of a loop gets executed when a loop ends normally.
Fill in the blanks:
The _________ statement terminates the execution of the whole loop.
Fill in the blanks:
The _________ statement terminates only a single iteration of the loop.