Question: ( 5 / 5 points ) Create a dictionary for each vehicle that contains the fields / keys and values listed above. ( 5 /

(5/5 points) Create a dictionary for each vehicle that contains the fields/keys and values listed above.
(5/5 points) Write a function that will take a list of these dictionaries and return a new dictionary with the 'name' value as the key, and the dictionary as the value.
(5/5 points) Write a function that will go through the newly created dictionary and return a list of all the car's names, sorted alphabetically.
(5/5 points) Write a function that will go through the newly created dictionary return a dictionary of all the cars names and year introduced.
(5/5 points) Use a print statement to show the results of the function from step 3, each on their own line.
(5/5 points) Use a print statement to show the results of the function from step 4 to display in the format: year : name. Sort by year introduced.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!