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
This question is part of this quiz :
Python for loop quiz