• + 0 comments
    def bigSorting(unsorted):
        return sorted(unsorted, key=lambda x: (len(x), x))