1. collections.Counter 可以用来直接 给一个 List 计数
2.max 的 第二个参数的用法:
找出字典中值最大的那组数据
prices = { 'A':123, 'B':450.1, 'C':12, 'E':444, }
return max(prices.keys(),key = counts.get)
1. collections.Counter 可以用来直接 给一个 List 计数
2.max 的 第二个参数的用法:
找出字典中值最大的那组数据
prices = { 'A':123, 'B':450.1, 'C':12, 'E':444, }
return max(prices.keys(),key = counts.get)