会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cgc0415
博客园
首页
新随笔
联系
管理
订阅
2018年3月24日
python的排序函数
摘要: 1、sort和sorted eg: a = [5,2,1,9,6] sorted(a) #将a从小到大排序,不影响a本身结构 a.sort() #将a从小到大排序,影响a本身结构 a.sort(reverse=True) #将a从大到小排序,影响a本身结构 2、二维list按某列排序 lis = [
阅读全文
posted @ 2018-03-24 16:44 cgc0415
阅读(230)
评论(0)
推荐(0)
编辑
公告