|
|
|
|
|
by masklinn
3255 days ago
|
|
> for a language proud of getting rid of parenthesis Er… what? Python doesn't have braces, it has plenty of parenthesis. In fact, Python 3 added more since it upgraded several keywords to functions (not just print but also exec, and some forms of re-raising) |
|
That this is so little known is why we have a complicated future.exec_, which is entirely needless! (https://stackoverflow.com/a/26098101/1763356)