Loading...

The Column Zipper

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

Write a function that takes a list of column headers and a list of row lists, where each row is a list of values. Return a list of dicts, one per row, mapping each header to the corresponding value.

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.