Files
code_olymp/uts/uts_17_aut_py/1/E.py

3 lines
76 B
Python

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