The ___ method returns the value associated with a specified key, and removes that key value pair from the dictionary.

The ___ method returns the value associated with a specified key, and removes that key value pair from the dictionary.


Answer: pop()


Learn More :