What's up with booleans?

Boolean values are what we get from comparisonsThey're a data typeThey can only be true or falseThey can't be stored in variables

Nice! Booleans are a data type the values of which can only be true or false. Often times, we get them from comparisons.

Yikes! Booleans are a data type the values of which can only be true or false. Often times, we get them from comparisons.