✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
inventory = {"pen": 10, "notebook": 5, "eraser": 7}
inventory.clear()
print(inventory)
Which dictionary operation is used, and what is the output?