会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linma
每天进步一点点,做更好的自己!
博客园
首页
新随笔
联系
订阅
管理
2021年4月10日
python字典元组和集合
摘要: 字典的内置函数 1.sorted 排序,让字典的数据按照顺序输出 found = {'a':0,'u':2,'i':0} for keys in found: print(keys) #a u i for keys in sorted(found): print(keys) # a i u 2.it
阅读全文
posted @ 2021-04-10 22:19 linma
阅读(74)
评论(0)
推荐(0)
公告