How to continue code

Hey i just wanted to know how to continue code like the continue function in python

You're probably looking for the continue keyword.

I use the continue based on my Fortran knowledge, but I believe that Python has not much difference.