Audio interviews of Guido or other Python advocates?

Fredrik Lundh fredrik at pythonware.com
Sun Dec 5 15:21:50 EST 2004


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> 






More information about the Python-list mailing list