"Ara Kooser" <[EMAIL PROTECTED]> wrote
> So I have a class set up and running. My question is how you append
> a
> list (such as self.contents = [ ]) using a method like def
> AddObject?
> class Area:
>#Methods. What you can do.
>def AddObject(self,thing):
>#pass
>self
Thank you for the help on getting started on classes. I have a basic
understanding of how they are used and I reread the tutorials again.
So I have a class set up and running. My question is how you append a
list (such as self.contents = [ ]) using a method like def AddObject?
The code I am trying