Paul Rubin wrote: (snip) > Why is everyone using shuffle? > > >>> import random > >>> random.sample(xrange(1,41), 5) > [24, 15, 9, 39, 19]
Great. Didn't know that one.
--
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
