You are viewing a single comment's thread. Return to all comments →
Python with one line
def designerPdfViewer(h, word): return len(word) * max([h[ord(_) - ord('a')] for _ in 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 →
Python with one line