Find the Runner-Up Score!

  • + 1 comment

    My understanding is that sorted() returns a new sorted list, and also works for things besides lists (map objects, tuples, etc.). list.sort() sorts a list in place.