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.
defmigratoryBirds(arr):# Write your code heremydict={}foriinarr:ifiinmydict:mydict[i]+=1else:mydict[i]=1max_count=max(mydict.values())req_list=[keyforkey,valueinmydict.items()ifvalue==max_count]req_list.sort()returnreq_list[0]
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Migratory Birds
You are viewing a single comment's thread. Return to all comments →