You can combine the operators "Not", "And" and "Or" in the same boolean expression, using the parentheses "(" and ")" For example: (True And False) Or (Not False) = True