以降序對列表進行排序。 list_name.sort(reverse=True) This will sort the given list in descending order. numbers = [1 ...
確定! 回上一頁