That's actually kind of the opposite of what I pro...
# language-proposals
r
That's actually kind of the opposite of what I proposed. In Python, the else clause is executed after the for loop runs normally (which seems counter intuitive to me). I would prefer if the else clause ran when the for loop doesn't.