Which method would you use to return the value associated with a specified key and remove that key-value pair from the dictionary?

Which method would you use to return the value associated with a specified key and remove that key-value pair from the dictionary?


Answer: pop


Learn More :