Quiz: Think in Tables

Test your understanding of modeling tabular data using lists of dictionaries in Python.

We'll cover the following

In the last lesson, you learned how to combine lists and dictionaries to model real-world data in a table-like structure, like people, books, or grades. Each dictionary represents one row, and the list holds all the rows together.

Now, test your understanding with a quick quiz!

Get hands-on with 1400+ tech skills courses.