Y
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
bhd_movie
2490 days ago
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.
link
seamyb88
2490 days ago
In case you didn't know, we're talking about c code.
link