If the data is stored in a list of dictionaries, which of the following would correctly access the price of the book called "Data Structures"?
Assume the list name is called bookstore and we are using python as our program of choice
List of dictionaries look like this
[ { "author": "J.K Williams", "Title": "Digital Dreams", ...}, { ...}, ...]