Gabriel Genellina wrote: (snip) > When you construct an object instance, it is of a certain type from that > precise moment, and you can't change that afterwards.
Err... Actually, in Python, you can. It's even a no-brainer.
(snip)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
