The function below takes two arguments, a dictionary called dog_dictionary and a list of dog names (strings) adopted_dog_names. the dog dictionary uses dogs' names as the keys for the dictionary. complete the function to remove all the adopted dogs from the dog_dictionary. return the dictionary at the end of the function.

Solved
Show answers

Ask an AI advisor a question