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.
#for beginner this my be the simplest codeif__name__=='__main__':n=int(input())arr=list(map(int,input().split()))#adding'list'keywordmax_list=max(arr)#findingthemaxofarrli=[]foriinarr:ifi!=max_list:#removeingthelargestvalueli.append(i)sec_max=max(li)print(sec_max)*>``
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Please Login in order to post a comment