Computer Science
Fill in the blanks:
The _________ statement terminates only a single iteration of the loop.
Python Control Flow
10 Likes
Answer
continue
Answered By
1 Like
Related Questions
Fill in the blanks:
The else block of a loop will not get executed if a _________ statement has terminated the loop.
Fill in the blanks:
The _________ statement terminates the execution of the whole loop.
Fill in the blanks:
The break and continue statements, together are called _________ statements.
Fill in the blanks:
In a nested loop, a break statement inside the inner loop, will terminate the _________ loop only.