[Tutor] Fun

Adam Vardy Adam Vardy <anvardy@roadrunner.nf.net>
Wed Dec 18 19:08:02 2002


I glanced at the Library Reference looking for something fun to try.
One command apparently will print a calendar for you. So I give it a
try, but...

>>> calendar (2000)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: 'module' object is not callable
>>> s=calendar (2000)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: 'module' object is not callable
>>>

-- 
Adam Vardy