"Christopher J. Bottaro" wrote:

> Cool signature, can anyone do a Python one that I can leech?  =)
>
> -- C
>

Here's the transliteration in python for your address:

python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
             for p in '[EMAIL PROTECTED]'.split('@')])"

Cheers,
George

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to