Loading...

Column Sum

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

Domain
Python
Difficulty
easy

Problem

A pipeline aggregation step needs to sum a numeric column represented as a Python list. Return the total of all numbers in the list. The list is guaranteed to be non-empty.

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.