You are viewing a single comment's thread. Return to all comments →
def bigSorting(unsorted): return sorted(unsorted, key=lambda x: (len(x), x))
Seems like cookies are disabled on this browser, please enable them to open this website
Big Sorting
You are viewing a single comment's thread. Return to all comments →