The following values are considered falsey, in that they evaluate to False when applied to a boolean operator.
None
False
0, or any numerical value equivalent to zero, for example 0L, 0.0, 0j
Empty sequences: '', "", (), []
Empty mappings: {}
User-defined types where the __bool__ o...