Python accepted almost anything in a boolean context : Boolean : Data Type PYTHON TUTORIALS


PYTHON TUTORIALS » Data Type » Boolean »

 

Python accepted almost anything in a boolean context


is false; all other numbers are true.

An empty string (""is false, all other strings are true.

An empty list ([]) is false; all other lists are true.

An empty tuple (()) is false; all other tuples are true.

An empty dictionary ({}) is false; all other dictionaries are true.



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Data Type
» Boolean