We can update how classes work by setting methods directly in the class. Define the charge method inside the Hybrid class.
charge
Make sure to pick def followed by charge and then (, self, ), :.
def
(
self
)
: