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