All Told
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
Each value in `counts` is the number of events one server logged during a shift, and there is always at least one server. Return the fleet's combined total.
Summary
Every shift leaves a number behind. Total the fleet.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.