标签:mil ons new import style 统计 count dict 转换
>>> from collections import Counter
>>> Counter([‘apple‘,‘red‘,‘apple‘,‘red‘,‘red‘,‘pear‘])
Counter({‘red‘: 3, ‘apple‘: 2, ‘pear‘: 1})
? ?
? ?
? ?
标签:mil ons new import style 统计 count dict 转换
原文地址:https://www.cnblogs.com/wuxiangli/p/10343284.html