When is equality the same as identity? PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
6 min. read 5 min. video Python 3.8—3.12

When is equality in Python the same as identity?

Equality versus identity

Python's == operator checks for equality, meaning it checks whether two objects represent the same data:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.