|
|
|
|
|
by Doxin
41 days ago
|
|
Splitting = and := in python is very intentional though, It makes writing bugs like this impossible: if is_logged_in=True:
allow_access()
I've got... opinions on the way python separates statements and expressions, but there's some real benefits to it too. |
|