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()方法使用基础的主要内容,如果未能解决你的问题,请参考以下文章