Using the Dictionaries concepts discussed in class: Create a dictionary with at least three(3) car brand and model names
Posted: Mon Jul 11, 2022 9:53 am
Using the Dictionaries concepts discussed in class: Create adictionary with at least three(3) car brand and model names askey-value pairs. Write a program that lets the user : look up acar’s model add a new car brand and model - print the updateddictionary contents change an existing model - print the updateddictionary contents delete an existing car brand and model - printthe updated dictionary contents Submit
NEED PYTHON CODE PLZ Help
NEED PYTHON CODE PLZ Help