You are viewing a single comment's thread. Return to all comments →
print(i * sum(map(lambda x:pow(10,x), range(i))))
Seems like cookies are disabled on this browser, please enable them to open this website
Triangle Quest
You are viewing a single comment's thread. Return to all comments →
print(i * sum(map(lambda x:pow(10,x), range(i))))