class from descriptionWed, 30 Nov 2022

create a worth class that contains the moral values and the sins committed by a person

class Worth: def __init__(self, moral, sins): self.moral = moral self.sins = sins

Questions about programming?Chat with your personal AI assistant