We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
last=min(score)#score is a list with n elements
second=max(score)
for i in range (len(score)):#if this gives float try abs(len(score))
if score(i)>last and score(i)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Nested Lists
You are viewing a single comment's thread. Return to all comments →
last=min(score)#score is a list with n elements second=max(score) for i in range (len(score)):#if this gives float try abs(len(score)) if score(i)>last and score(i)