Hey Alice, > Is there a way to return an > attribute of a related class?
Yes. Try:
def __repr__(self):
return self.get_choice()
Andreas
Hey Alice, > Is there a way to return an > attribute of a related class?
Yes. Try:
def __repr__(self):
return self.get_choice()
Andreas