Python Code Challenge

129 - Write a function that takes in a string and a dictionary, where the keys are strings and the values are lists of strings, and returns a new list that contains only the keys of the dictionary that have the given string in their corresponding list.