Practice ยท 3 of 4
sorted() vs sort()
scores = [7, 10, 8] is given. Print the sorted version WITHOUT changing scores, then print scores unchanged on the second line.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: List Drills