Learn
Advanced Topics in Python
Iterating Over Dictionaries
First, let’s review iterating over a dict
.
Instructions
1.
Call the appropriate method on movies
such that it will print
out all the items (hint, hint) in the dictionary—that is, each key and each value.