0

A 2 Dimensional list is effectively a list made up of other lists.

2dlist = [list1, list2, list3]

print(groceries[  ][  ]) 
print(groceries[2])  # <-- will print the entire ‘meats’ list