.sort() 是直接在原本的list排序,然而 sorted(list) 是將list整個拿出來並排序後,需要有變數去接排序結果,但不會影響原本的list; reverse=False 是 ...
確定! 回上一頁