Is there a label/goto in Python?

Is there a goto or any equivalent in Python to be able to jump to a specific line of code?

Leave a Comment