not

suggest change

It returns the opposite of the following statement:

x = True
y = not x # y = False

x = False
y = not x # y = True

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Boolean Operators:
*not

Table Of Contents
31Set
65Boolean Operators
166Gzip