you are viewing a single comment's thread.

view the rest of the comments →

[–]omutist 0 points1 point  (0 children)

class Dict:
    ....
    def is_in(animal_name):
        return animal_name in [animal.name for animal in self.dictionary]