What does Boolean mean?

A value that is either True or False. Comparisons produce Booleans, and if and while decide what to do from them.

Also written as: boolean, booleans

In a lesson

Python can compare values. The answer is one of two Boolean values, True or False:

Learn it

Used in

and 12 more lessons.

Do the lesson in the simulator

All glossary terms