...

/

Quiz: Teach Your Code to Remember Lots of Things!

Quiz: Teach Your Code to Remember Lots of Things!

Test your understanding of Python dictionaries!

We'll cover the following...

In the last lesson, you learned how to use dictionaries—Python’s tool for storing data using labeled keys. Unlike lists, which store items in order, dictionaries store key–value pairs, letting you label and organize your data in a way that’s easy ...