Telephone Keypad Letter Mapping Fixed by porges

print(''.join(chr(ord(p[0])*3+len(p)-(53 if ord(p[0])>55 else 54))if p!='0'else ' 'for p in raw_input().split('1')[:-1]))\x0d

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

download

return to the top page