Bugfix: "or None" is useless
"or None" would assign if the first term is false-y. But not specifying it would already lead to the variable being set to None.
Showing
Please register or sign in to comment
"or None" would assign if the first term is false-y. But not specifying it would already lead to the variable being set to None.