Morse decode by Defenestrator

for w in raw_input().split():print''.join(' etianmsurwdkgohvf,l.pjbxcyzq'[reduce(lambda n,c:n*2+1+(c<'.'),m,0)%32]for m in w.split('/')),

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

download

return to the top page