International Radiotelephony Spelling Alphabet by rolf

m="AlphaBravoCharlieDeltaEchoFoxtrotGolfHotelIndiaJulietKiloLimaMikeNovemberOscarPapaQuebecRomeoSierraTangoUniformVictorWhiskeyX-rayYankeeZulu["
f=m.find;print" ".join([c,m[f(c):f(chr(ord(c)+1))]]["@"<c<"["]for c in raw_input().upper())

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

download

return to the top page