Given vals = [42, 17, 93, 8, 56], use the sorted() function to create a new sorted list called sorte
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given vals = [42, 17, 93, 8, 56], use the sorted() function to create a new sorted list called sorted_vals and print it. Then print vals to prove the original was not modified.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.