Jon Ribbens wrote: > It's a pity he's being rude when presented with well-informed comment > then.
since when is the output of
import random, sys
messages = [
"that's irrelevant",
"then their code is broken already",
"that's not good enough",
"then their tests are broken already",
"you're rude",
]
for x in xrange(sys.maxint):
print random.choice(messages)
well-informed? heck, it doesn't even pass the turing test ;-)
</F>
--
http://mail.python.org/mailman/listinfo/python-list
