Find the Runner-Up Score!

  • + 1 comment
    new_arr = list(filter(max(arr).__ne__, arr))
    print(max(new_arr))