find the runner-up score python code example
Example: find the runner-up score
n = int(input())
arr = list(map(int, input().split()))
zes = max(arr)
i=0
while(i
n = int(input())
arr = list(map(int, input().split()))
zes = max(arr)
i=0
while(i