Python Programming - Loops - Discussion

Discussion Forum : Loops - General Questions (Q.No. 2)
2.
Which keyword is used to skip the rest of the code in the current iteration of a loop and move to the next iteration?
pass
continue
skip
next
Answer: Option
Explanation:
The continue statement is used to skip the rest of the code in the current iteration of a loop and move to the next iteration.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.