Find the Runner-Up Score!

  • + 0 comments

    h= float('-inf') for i in arr: if i >h : sh =h h=i elif(i>sh and h!=i): sh=i print(sh)