Question: ( 5 / 5 points ) Create a dictionary for each vehicle that contains the fields / keys and values listed above. ( 5 /
points Create a dictionary for each vehicle that contains the fieldskeys and values listed above.
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.
points Write a function that will go through the newly created dictionary and return a list of all the car's names, sorted alphabetically.
points Write a function that will go through the newly created dictionary return a dictionary of all the cars names and year introduced.
points Use a print statement to show the results of the function from step each on their own line.
points Use a print statement to show the results of the function from step 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
