Python Boolean Types

Python booleans are of type bool which is a subclass of type int which is a subclass of type object.

Comments