Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Third solution in Clear category for The Most Wanted Letter by gyahun_dash
import string
def checkio(text):
return max(string.ascii_lowercase, key=text.lower().count)
March 20, 2016