I just learned there are truthy and falsy values in python which are different from the normal True and False.
True
False
Falsy means something empty like empty list,tuple, as any datatype having empty values or None. Truthy means : Except are Truthy