Truthiness and None, Explained Like You've Never Coded Before
Every condition in Python eventually boils down to a simple question: "Is this true, or is this false?" But in the real world of code, you aren't always dealing with strict True or False boolean value
my-py-learn-journey.hashnode.dev6 min read