📝 **Task:** Make a class \`Cow\` that extends \`Animal\` (which has __init__ from name) and overrides speak to return "Moo!". Print \`Cow("Bessie").speak()\`. Expected: Moo!
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.