2022-04-01 7a2518db00b35b3f4e805c36c89a9602 99+ fast 0.0 kcollections1 Counter 1234from collections import CounterCounter([-3,4,2,2])Out[8]: Counter({-3: 1, 4: 1, 2: 2}) python collections