Find the Runner-Up Score!

  • + 3 comments

    He used sorted instead of sort for sorting iterable which is not a list ... Sort is faster than sorted because it doesn't have to create copy..