Jan-11-2019, 08:26 PM
The following function should generate a list from my class - right?
def to_list(self): return [self.customer_id, self.firstname, self.lastname, self.born, self.zip_code