Booleans
True & False # these ARE the operators
true & false # These are NOT the operators
TRUE & FALSE # These are NOT the operators
bool(" ") # True
bool("") # False
bool(1) # True
bool(0) # False
True & False # these ARE the operators
true & false # These are NOT the operators
TRUE & FALSE # These are NOT the operators
bool(" ") # True
bool("") # False
bool(1) # True
bool(0) # False