|
|
|
|
|
by raverbashing
4037 days ago
|
|
Well, semicolons may be optional in Python but the official python style strongly recommends agains (needing to use them) It's not about forgetting them once in a while, it's about playing a game of "needs a semicolon or doesn't" which increases the (already high) number of things the developer needs to worry about |
|