...

/

Quiz: Think in Tables

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 ...