class Product: def __init__(self, color, shape, mass, size): self.color = color self.shape = shape self.mass = mass self.size = size