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.
defcheckMagazine(magazine,note):# Write your code hereword_count={}flag='Yes'foriinmagazine:ifiinword_count:word_count[i]+=1else:word_count[i]=1foriinnote:ifiinword_countandword_count[i]>0:word_count[i]-=1else:flag='No'print(flag)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Hash Tables: Ransom Note
You are viewing a single comment's thread. Return to all comments →