pop() removes one value at a time. To remove multiple values, we need to use pop() multiple times.

In this example, "brick" is removed from tools with the first pop() and "nail" with the second.