Truthy and Falsy
In Python, individual values can evaluate as either True or False. Values that evaluate to True are "Truthy", and values that evaluate to False are "Falsy".
Python documentation : Built-in Types — Python 3.11.5 documentation
Blog Which explain more in details
Advance Topics : Advance In-depth discussions