value¶ property Length.value: float | int Length numerical value. The relative unit is expressed by the unit property. It must be positive. Returns¶ float or intLength numerical value. Raises TypeErrorIf value is not a float or an int. ValueErrorIf value is negative or null.