from string import ascii_lowercase as letters checkio = lambda text: max(letters, key=text.lower().count)