Override the method at the subclass level so that both duck1.speak() and duck2.speak() display Quack.

Make sure to type speak(self).