Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
native_most_wanted_letter solution in Uncategorized category for The Most Wanted Letter by Jon_Red
def checkio(t:str)->str:
return max('abcdefghijklmnopqrstuvwxyz',key=t.lower().count)
April 19, 2020