sorted () returns a sorted copy of the list (a new sorted list), without changing the original list. · While list.sort() sorts the list and save the sorted list; ...
確定! 回上一頁