Python | for loop quiz | Question 6

Last Updated :
Discuss
Comments

What is the purpose of the continue keyword in a for loop?

To exit the loop

To skip the remaining code and move to the next iteration

To restart the loop from the beginning

To print the current iteration and continue

Share your thoughts in the comments