[Tutor] Bound To Be A Typo

Kent Johnson kent37 at tds.net
Mon Dec 17 21:25:37 CET 2007


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


More information about the Tutor mailing list