Booleans are integers PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
2 min. read Watch as video Python 3.8—3.12

Did you know that Python's booleans are also integers?

Booleans are actually integers

If you add True to True in Python, you'll get 2:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.