Python program please provide comments and be authentic
thanks
Use the following data to create a dictionary of dog names and
descriptions and a separate dictionary of cat names and
descriptions. Use the dictionaries to create a python list of
animals. Add the dictionary name (dogs, cats, etc.) to a
python list of species.
Suggested Output
The xxxxx represents a placeholder for values you add in your
code. The red font indicates user input and does not have to match
mine.
Pets in the dogs dictionary:
Mandy is a Lab
Ezzy is a Morkie
Banner is a Golden Doodle
Lilybette is a Corkypoo
Pets in the cats dictionary:
Snowball is a White Persian
Paws is a Tabby
Ladybug is a Calico
I added a new dictionary of xxxxx to my list of pets:
xxxxx is a xxxxx
xxxxx is a xxxxx
xxxxx is a xxxxx
xxxxx is a xxxxx
Mandy the Lab has crossed the rainbow bridge.
Ezzy is a Morkie
Banner is a Golden Doodle
Lilybette is a Corkypoo
Python program please provide comments and be authentic thanks Use the following data to create a dictionary of dog name
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am