Telephone Keypad Letter Mapping Fixed by primo

print''.join(chr((s<'1')<<5or ord(s[0])/.32+len(s)-60)for s in raw_input().split('1'))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page