统计排序 发表于 2017-02-24 | 分类于 Python | | 统计123from collections import CounterCounter(nodes_str) # 统计有多少Counter(Counter(nodes_str).values()) # 统计有多少的有多少 排序对于list和dict都可以12aa = {'a':1, 'b':3, 'c':2}sorted(aa.items(), key=lambda x: x[1]) 坚持原创技术分享,您的支持将鼓励我继续创作! 赏 微信打赏 支付宝打赏