Hacker News new | ask | show | jobs
by pansa2 2136 days ago
> it looks like you'd get this

Yes, you would - variables in Python have function-scope, not block-scope.

It doesn’t look like this project changes anything about Python except trivial bits of syntax.