Loading...

Full Outer Zip

A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
medium

Problem

Two datasets of different lengths need to be zipped by position for a side-by-side comparison. Pair elements from both lists by index; fill in None for the shorter list once it runs out.

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.