Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created September 7, 2022 18:33
Show Gist options
  • Save pranjalAI/bd43ac11ca9076b0adf545edae518a68 to your computer and use it in GitHub Desktop.
Save pranjalAI/bd43ac11ca9076b0adf545edae518a68 to your computer and use it in GitHub Desktop.
from collections import Counter
mylst = [1,1,1,2,2,2,2,3,3,3,3,3,4,4,5,6,6,6]
print(Counter(mylst))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment