5 May
2004
5 May
'04
1:30 p.m.
You have to change the attribute names in the __init__ method, not in the _properties construct: def __init__(self, id, question, responses): self.id=id self.question = question self.responses = responses