2018年1月11日 星期四

Python: Sum of all counts in a collections

Python: Sum of all counts in a collections

Python Basic: Exercise-125 with Solution

Write a Python program to sum of all counts in a collections.
Sample Solution:-
import collections
num = [2,2,4,6,6,8,6,10,4]
print(sum(collections.Counter(num).values()))
============ RESTART: F:/Python_APSC/py-ex-basic-125.py =============
9
>>> 

沒有留言:

張貼留言

2024產專班 作業2 (純模擬)

2024產專班 作業2  (純模擬) 1) LED ON,OFF,TIMER,FLASH 模擬 (switch 控制) 2)RFID卡號模擬 (buttom  模擬RFID UID(不從ESP32) Node-Red 程式 [{"id":"d8886...