➕ Operators & Expressions
Module 3 · Topic 6
Identity & Membership Operators
Test object identity with is/is not and check membership with in/not in — two operator categories unique to Python.
Test object identity with is/is not and check membership with in/not in — two operator categories unique to Python.