How to use "not" and "and" with comparison operators? I have never seen them before? I thought you only use "not" and "and" in a loop or under some if statements? Are there any more examples of this? What is this called?
Anyway why is not 4 > 2 and 2 < 3, false?