|
|
|
|
|
by dec0dedab0de
331 days ago
|
|
I find it incredibly intuitive and useful that it does that. sometimes it drives me nuts that it doesn't do it for comprehensions but I can see why. But if something fails in a loop running in the repl or jupyter I already have access to the variables. If I want to do something with a loop of data that is roughly the same shape, I already have access to one of the the items at the end. Short circuiting/breaking out of a loop early doesn't require an extra assignment. I really can't see the downside. |
|