Loading...

Column Max

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

Domain
Python
Difficulty
easy

Problem

A monitoring alert needs the peak value from a sampled metric list. Return the largest number 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.