On 5/11/2010 3:41 PM, Back9 wrote: > > self._value will be instance variable Then set it in the __init__ method. Read the tutorial and ref manual on Python class statements, which are a bit different from what you might be used to.