Created
September 7, 2022 18:33
-
-
Save pranjalAI/bd43ac11ca9076b0adf545edae518a68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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