解密 2015/11/29 17078 from string import ascii_lowercase as letters checkio = lambda text: max(letters, key=text.lower().count)