Loading...
The Word Mismatch
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- junior, mid
Problem
The localization team just pushed a translation update and needs to quickly spot what changed between the old and new versions of a text snippet. Given the two versions, find the words that appear in one but not the other. Comparison is case-sensitive.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.