会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
physique
A thousand journey is started by taking the first step.
博客园
首页
新随笔
联系
管理
订阅
2022年1月14日
python中列表排序,字典排序,列表中的字典排序
摘要: #-*- encoding=utf-8 -*- # python3代码 import operator 一. 按字典值排序(默认为升序) x = {1:2, 3:4, 4:3, 2:1, 0:0} 1. sorted_x = sorted(x.iteritems(), key=operator.it
阅读全文
posted @ 2022-01-14 23:07 physique
阅读(293)
评论(0)
推荐(0)
编辑
公告