Files

3 lines
76 B
Python

from collections import Counter
print(Counter(input()).most_common()[0][0])