def _init_(self, brand, channel=1): self.brand = brand self.channel = channel if 1 <= channel <= 50 else 1 self.price = None # You can set the price separately self.inches = None # You can set the ...