The Generous Ones
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L3
Problem
Given two parallel lists user_ids and tips, sum each user's tips and return the user_id with the highest total. If tied, return the alphabetically first user_id.
Summary
The generous ones are obvious.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.