Find the Runner-Up Score!

  • + 0 comments

    I try to make it simple:

    temp_arr = [i for i in arr]
    print(max([i for i in temp_arr if i<max(temp_arr)]))