Loading...
The Progress Parade
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
A batch processing job needs to emit milestone notifications at regular intervals. Given a total count k, return a list of integers representing each 10% milestone - values 10, 20, 30, ... up to 100, but only those that are reachable given k items.
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.