0
Sort Frequencies
Hey guys ! How can I sort my frequency table and get the most 50 most common characters.?
2 Réponses
0
Show us what you've got so far?
0
look up the "collections" module, scroll down to "counter" then..."most_common" :-
https://docs.python.org/3/library/collections.html#collections.Counter.