How can you continue the parent loop of say two nested loops in Python?
continue
for a in b: for c in d: for e in f: if somecondi
I would go with 5 every time.