You are viewing a single comment's thread. Return to all comments →
He dont need to add Ordereddict class
""""""""
from collections import Counter class OrderedCounter(Counter): pass [print(*c) for c in OrderedCounter(sorted(input())).most_common(3)]
Seems like cookies are disabled on this browser, please enable them to open this website
Company Logo
You are viewing a single comment's thread. Return to all comments →
He dont need to add Ordereddict class
""""""""
""""""""