解密

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

编程技巧