A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L3
Problem
Given dicts d1 and d2, return a dict containing every key from d1 whose value differs from d2[key] (including keys missing in d2). Values come from d1. Return the dict directly.
Summary
Two dictionaries. Subtle differences.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.