You are viewing a single comment's thread. Return to all comments →
a = set(arr)
a.remove(max(a))
print(max(a))
Seems like cookies are disabled on this browser, please enable them to open this website
Find the Runner-Up Score!
You are viewing a single comment's thread. Return to all comments →
a = set(arr)
a.remove(max(a))
print(max(a))