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.
defdesignerPdfViewer(h,word):# Write your code herea=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z']word=word.strip()d=dict(zip(a,h))m=0fori,jind.items():forkinword:ifk==i:ifj>m:m=jreturnm*len(word)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Designer PDF Viewer
You are viewing a single comment's thread. Return to all comments →