6 lines
174 B
Markdown
6 lines
174 B
Markdown
|
|
# Operator overloading
|
||
|
|
|
||
|
|
TODO: ADD MORE
|
||
|
|
|
||
|
|
- How to overload the `+` and `-` operators using the `__add__` and `__sub__` special methods. [clock](../exercise-concepts/clock.md)
|