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

Want to kickstart your project?Use the new AI Studio to create your code