A boolean value is either True or False.The NOT operator is !Booleans are 'toggleable' using toggle() method.Logical operators AND and OR are applicable to Booleans.