Hacker News new | ask | show | jobs
by seamyb88 2490 days ago
Am I the only one grimacing at the lack of curlies around if/else scope? Just good practice!
1 comments

In case you didn't know, Python doesn't use curly braces to block scope. They're pretty much only used for dictionaries and sets.
In case you didn't know, we're talking about c code.