Given the `inventory` dictionary, use .pop() to remove the key "banana" and store the removed value
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given the `inventory` dictionary, use .pop() to remove the key "banana" and store the removed value in a variable called `removed`. Print the removed value, then print how many items remain.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.