Practice ยท 4 of 4
Second Largest
nums is given. Print the second largest value. Do not sort the list itself in place โ use sorted() or a smart max.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: List Drills
Practice ยท 4 of 4
nums is given. Print the second largest value. Do not sort the list itself in place โ use sorted() or a smart max.
Difficulty: beginner
Back to lesson: Practice: List Drills