Which, btw, is how objects “work” in most OOP languages. You apply a class method on the object, and the object itself is modified (which is why you see that special argument self in the definition of said methods).
1 Like