def checkio(text):return max([(text.lower().count(i)-0.001*ord(i),i) for i in "abcdefghijklmnopqrstuvwxyz" if text.lower().count(i)])[1]
However it is not python way to write such brainfucking code. But it was funny)))
Created at: 2015/03/16 22:30; Updated at: 2016/06/20 12:51