Skipping an iteration of a for-loop resumes execution in the next iteration of the loop.
Solution for How to skip a loop iteration in Python : You can use continue to skip an iteration Use the continue keyword to immediately move a loop onto its next iteration.