Carlos Ribeiro wrote: > BTW, do bots have a sense of humour?
it depends; it's not in the standard library: >>> import humour Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named humour >>> import humor Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named humor >>> humor Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'humor' is not defined >>> humour Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'humour' is not defined </F> -- http://mail.python.org/mailman/listinfo/python-list