Loading...
The Messy Pipeline
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- mid, senior
Problem
You are given a list where each element can be a number, a string that looks like a number, a list of numbers, or None. Your job is to extract every numeric value - converting string representations along the way and discarding nulls - apply a multiplier to each, and return the results as a sorted flat list of floats.
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.