Python includes tons of dunder methods (“double underscore” methods) which allow us to deeply customize how our custom classes interact with Python’s many features. What dunder methods could you add to your class to make it friendly for other Python programmers who use it?

Every dunder method in Python