n'est pas et! = différence de python
You can use "!= " and "is not" for not equal operation in Python.
The python != ( not equal operator ) return True,
if the values of the two Python operands given on each side of the operator
are not equal, otherwise false
Elated Eagle