Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Golf season is on again! solution in Creative category for Frequency Sorting by veky
from collections import Counter as C
checkio = lambda n: [x for x, f in C(sorted(n)).most_common() for _ in range(f)]
Feb. 28, 2018