Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Max of count solution in Clear category for The Most Wanted Letter by imtiaz.rahi
from string import ascii_lowercase as letters
checkio = lambda data: max(letters, key=data.lower().count)
Oct. 15, 2019
Comments: