sort 與 sorted 兩個函數的參數用法都一樣: x = [4, 2, 5, 3, 1] # 反向排序 x.sort(reverse = True) print(x). 文字亦可進行反向排序:
確定! 回上一頁