[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: [Tutor] An Introduction and a question



def printcolor():
       print self.color

Should be

def printcolor(self):
     print self.color

Class methods should accept at least one argument, self.

--
Andrew Ulysses Baker
"failrate"