class Candy: def __init__(self, producent, type, price): self.producent = producent self.type = type self.price = price