Thomas Guettler wrote in comp.lang.python: > Is there a way to skip some parts in a for loop? > [...] > Is there a way to skip some parts? > > "continue" skips one element. "continue" skips the rest of the for loop. > But how can I skip several? With "continue" :-) -- Gerhard