I wasn\'t aware of this, but apparently the and and or keywords aren\'t operators. They don\'t appear in the list of python operators. Just out of sh
and
or
They can't be redefined to support type-specific operations, so they don't fall under the scope of the other operators.