Underscoring (or dunder-scoring) the importance of native type methods in Python
Standard operators make for clean, readable code. With dunder methods, you can add these operators to your own classes.
