Sorting a list by string length sorts the elements of the list from shortest to longest. For example, sorting ["apple", "banana", "pear"] by length returns [" ...
確定! 回上一頁