A List of Dictionaries

How do you store a set of dictionaries in a list?

You type the value and then '= []' and has append to add and store dictionaries to the list.

How do you work with dictionaries stored in a list?

To work with this kind of data, loop through the list, working with each dictionary in turn.