Dictionary ex

 avatar
unknown
plain_text
4 years ago
232 B
9
Indexable
cuteAnimals = {
    "Otters": {"Name": "Otter", "Age": 24, "Cuteness ranking": 8, "Engandered": No}
    "Cougars": {"Name": "Oseias", "Age": 28, "Cuteness ranking": 7, "Engandered": Yes}
    }
  for key in cuteAnimals
    print(key)
Editor is loading...