Home
/
Python 3.11
/
Operators
/
is_not
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
is_not
Python 3.11
Return a is not b. Tests object identity.
Syntax
PYTHON
Copy
operator.is_not(a, b)