Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1line solution in Clear category for The Most Wanted Letter by yun_zynb
checkio = lambda t: max(sorted(a for a in t.lower() if a.isalpha()), key=t.lower().count)
Jan. 17, 2016