class Balcony: def __init__(self, length, width): self.length = length self.width = width