A subclass can override the methods it inherits from its superclass. We simply set the same name method on the subclass.
Make sure to pick def followed by speak and then (, self, ).
def
speak
(
self
)