Telephone Keypad Letter Mapping Fixed by recursive

print"".join(chr(ord("\x1f `cfilosv"[int(d[0])])+len(d))for d in raw_input().split("1")if d)

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

download

return to the top page