If I had a dictionary where the value was set to a list by default, how could I go about searching all of these lists in the dictionary for a certain term?
For Examp
[key for key, corresponding_list in textbook.items() if 'red' in corresponding_list]