Python Programming - Loops - Discussion

Discussion Forum : Loops - General Questions (Q.No. 8)
8.
Which keyword is used to exit a loop and skip the remaining iterations?
terminate
exit
break
skip
Answer: Option
Explanation:
The break keyword is used to exit a loop prematurely and skip the remaining iterations.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.