new_home = dogs.pop('Samll', "Not a category") #Adding a second argument with a message to prevent KeyErrors when using bad keys #-- .popitem() : remove the lates kvp (the one at the end), returns a ...