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:



Table Of Contents