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 hereletters='abcdefghijklmnopqrstuvwxyz'width=len(word)index_list=[letters.index(x)forxinword]length=max([h[x]forxinindex_list])returnwidth*length
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 →
Python3 Using list comprehension