Selecting from Dictionaries



Using Lists

Dictionary data doesn't always come in single items, it normally comes as a list of dictionaries

  1. square brackets are used to enclose the list
  2. dictionary elements are separated by commas



image of shuffled


To select an item is the list, the index of the value in the list is used as shown here:



image of shuffled