class Bird: # Modify the program so that there is a 'species' attribute # This attribute will be set to the value of parameter # which is passed to the constructor def __init__(self): self.full = False