Python program please provide comments and be authentic thanks Use the following data to create a dictionary of dog name

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Python program please provide comments and be authentic thanks Use the following data to create a dictionary of dog name

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply