Logical Operators AND
OR NOT
XOR

 

Operator which only returns True if both operands are True. operators used in programming to manipulate Boolean values
Reverses the logical state of its operand. Operator which returns True if at least one of the operands is True.
Only returns True if either operand is True, but not both.