python boolean operators
By Clean Caribou at Jun 07 2020
the operands of the logical operators should be boolean expressions, but python is not very strict. any nonzero number is interpreted as true.
By Paula Schroeder at Mar 07 2021