pythonpython-3.xboolean

Python zero-values


Are there any values other than False, None, 0, and 0.0 that will return False with bool(x) (in Python 3.X)?


Solution

  • See Truth Value Testing (docs.python.org)