Find the Runner-Up Score!

  • + 1 comment

    no need to find largest number n=int(input()) l1=list(map((int),input().split())) l2=sorted(list(set(l1))) print(l2[-2])