I am trying to create a function that accepts a list of mammels or a list of animals as an arg.
This is my code
from typing import Union, List class Animal