DEV Community

Discussion on: The art and difficulty of naming in programming

Collapse
 
fayomihorace profile image
Horace FAYOMI

And the same thing could be achieved using build in python library collections.Counter like this:

collections.Counter(array)
Enter fullscreen mode Exit fullscreen mode