122
For loops? That's a weird way of saying try catch
(lemmy.fmhy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
It really needs a fourth block that just says "Python".
(For those who don't get the joke, in Python the way that one exits a loop over an iterator is to keep going until the iterator throws an exception. It sounds dumb at first, but in truth, that's only if you think that exceptions are incredibly heavyweight compared to other operations.)
EAFP vs LBYL