width_cm عقار

width_cm عقار

يمثل عرض الشكل بوحدة السنتيمتر.

مثال


if shape.width_cm == 3:
    shape.width_cm = 1.0

تعريف:

@property
def width_cm(self):
    ...
@width_cm.setter
def width_cm(self, value):
    ...

أنظر أيضا