0 Comments
Answer:
Python 'If not' Syntax
In Python, not is a logical operator that evaluates to True if the expression used with it is False . This operator is used along with the if statement, called if not statements.