Python: Truthiness of Objects
Introduction:
This post is a brief overview of how Python evaluates the truthiness of objects. In Python, any object can be tested for truth value!
Built-in Objects:
The following built-in objects evaluate to False:
constants defined to be false: N...
mitchell-daddarios-developer-blog.com2 min read