The boolean data type is either True or False. In Python, boolean variables are defined by the True and False keywords.
Boolean arithmetic is the arithmetic of true and false logic. A boolean or logical value can either be True or False. Boolean values can be manipulated and combined with boolean operators. Boolean operators in Python include and, or, and not.