Python 中 sorted 如何自定義比較邏輯 2021 年 2 月 2 日 筆記 在 Python 中對一個可迭代對象進行排序是很常見的一個操作,一般會用到 sorted() 函數 num_list = … Continue Reading