Find the Runner-Up Score!

  • + 0 comments
    if __name__ == '__main__':
        n = i``nt(input(`))
        ``arr = list(map(int, input().split()))
    		
       output = sorted(set(arr), reverse = True)[1]
       print(output)