Right Answer:
The not operator negates the result of the condition it precedes. If the condition is True, not makes it False, and if it’s False, not makes it True.
Right Answer:
The not operator negates the result of the condition it precedes. If the condition is True, not makes it False, and if it’s False, not makes it True.
Right Answer:
You should use the or operator. It returns True if at least one of the conditions being tested is true.