Find the Runner-Up Score!

  • + 0 comments
    unique_scores = sorted(list(set(arr)), reverse=True)
        print(unique_scores[1])