I can’t test it now, but to me it looks like () is an empty tuple. Python behavior is that for logic operations empty set equals to false. Then we apply not to get True. Not having space between not operator and parentheses makes it look like it is a function.
Are you sure?
I can’t test it now, but to me it looks like
()
is an empty tuple. Python behavior is that for logic operations empty set equals to false. Then we applynot
to getTrue
. Not having space betweennot
operator and parentheses makes it look like it is a function.I’m pretty sure you’re right; that makes more sense.