Assuming we have the following object (in reality many more parameters):
class Room: def __init__(self, h, w, color): self.h = h self.w = w