Jan 31, 2022
Quick editor's note: ;D
You should correct the indent for __add__ in class Handbag. It looks like "def __add__" is not a function of the class, but is in the global space.
Also, there's one "__rep__" instead of "__repr__"
Just a heads up :)