Read strings from input until 'done' is read. For each string read:
If the string is a key in dictionary favorite_food, delete the key from favorite_food and output the string followed by ' removed from dict'.
Otherwise, output the string followed by ' not found'.