Python中的sort()方法使用基础

Posted python学习者0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python中的sort()方法使用基础相关的知识,希望对你有一定的参考价值。

一、基本形式 sorted(iterable[, cmp[, key[, reverse]]]) iterable.sort(cmp[, key[, reverse]]) 参数解释: (1)iterable指定要排序的list或者iterable,不用多说; (2)cmp为函数,指定排序时进行比较的

以上是关于Python中的sort()方法使用基础的主要内容,如果未能解决你的问题,请参考以下文章

Python基础课:列表方法sort(), reverse()

Python中的sort()方法的使用

深入理解python中的排序sort

python中sorted方法和列表的sort方法

Python3基础 sort 将一个列表中的值升序排列

Python基础教程:7个经典基础案例