Negation operators look for results that don't match a condition.
Great! For comparisons, we can combine ! with other operators. != is not equal to, just as !> is not greater than and !< is not less than.
Psst: for logical expressions, we can use the NOT operator.
Might it be that we can't use ! without other operators?