Not equal to

suggest change
x != y

This returns True if x and y are not equal and otherwise returns False.

12 != 1
# True
12 != '12'
# True
'12' != '12'
# False

Feedback about page:

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



Table Of Contents