Given users = [{'name': 'Ada', 'age': 36}, {'name': 'Linus', 'age': 54}, {'name': 'Grace', 'age': 85
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given users = [{'name': 'Ada', 'age': 36}, {'name': 'Linus', 'age': 54}, {'name': 'Grace', 'age': 85}], sort by age descending and print the name of each user on its own line.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.