The NOT operator gives FALSE value if the condition is TRUE. true or false
Answers
Answered by
1
Answer:
Finally, the not operator negates a Boolean value, so not (x > y) is True if (x > y) is False, that is, if x is less than or equal to y.
Similar questions