Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 86 Bytes

File metadata and controls

7 lines (6 loc) · 86 Bytes
my_bool = True 
my_bool = False

bool(0)     # => False
bool(1)     # => True