You are viewing a single comment's thread. Return to all comments →
#!/bin/python3 import math import os import random import re import sys from collections import Counter if __name__ == '__main__': s = Counter(sorted(input())).most_common(3) for i in s: print(*i)
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 →