Is it possible to create a list comprehension for the below for loop?
for key, value in some_dict.items(): if my_value in value: my_new_var = value[\