Find the Runner-Up Score!

  • + 0 comments

    a = set(arr)

    a.remove(max(a))

    print(max(a))