Find the Runner-Up Score!

  • + 0 comments

    if name == 'main': n = int(input()) arr = map(int, input().split()) scores=list(set(arr)) scores.sort(reverse=True) print(scores[1])