Morse decode by murky-satyr

o=''
for([,c]in readline(i=1)+0)i=c+1-1?i*2|c<'.':(o+='  etianmsurwdkgohvf,l.pjbxcyzq'[i%32]+(c-1?' ':''),1)
print(o)

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

download

return to the top page