You are viewing a single comment's thread. Return to all comments →
Python3
` def designerPdfViewer(h, word): # Write your code here
return max([h[(ord(c) - ord('a'))] for c in word]) * len(word)
`
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 →
Python3
` def designerPdfViewer(h, word): # Write your code here
`