# Let's start with iterating over a dictionary. Recall that a dictionary is just a collection of keys and values. # Note that the items() function doesn't return key/value pairs in any specific order.