All Python objects have a Truthy/Falsy value. This is the value of an object when used in a Boolean context. For example, when used in the condition of an `if` statement. Most objects are Truthy, with a few exceptions. For most types, the “nothing” or “empty” value is Falsy.
2 likes 1 replies
?