A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given two dicts d1 and d2 mapping keys to numbers, return a new dict combining all keys. For keys present in both, sum the two values. For keys in only one, keep that value.
Summary
Two tallies. Combine them.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.