What if we want to remove a value from a dictionary, though?

Swee-heet! We can use the pop() method with a key to remove a value that we can store in a variable.

Might it be that we have to provide a proper key in order to get the pop() method to work?