Question: Write a for loop to display the values in the my_dictionary dictionary. I am only looking for how you write a for loop to display
Write a for loop to display the values in the my_dictionary dictionary. I am only looking for how you write a for loop to display the values in the dictionary. You do not need to write anything other than a for loop and print()
my_dictionary = {'car': 'a type of vehicle', 'score': 100, 'dog': 'a pet'}
| For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
