Dictionaries are not sliceable, but they are iterable. In this video we show the many different ways you can use a dictionary in a for-loop. The primary thing to understand is that you have to specify whether you want to loop over the keys or over thhe values. By default you only loop over the keys.