Telephone Keypad Letter Mapping Fixed by smogami

print(readline().split(1).map(function(e)"abcdefghijklmnopqrstuvwxyz"[e[0]*3+e.length-7+(e[0]>7)]||" ").join(""))

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

download

return to the top page