earlylight publishing wrote:

> class Critter(object):
>     """A virtual pet"""
>     def ___init___(self, name):

Too many underscores, just use two before and two behind, i.e. __init__

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to