unit¶ property Length.unit: str Symbol of the unit of measurement for length. It must be a str. Available units are: 'm' for meter, 'dm' for decimeter, 'cm' for centimeter, 'mm' for millimeter. Returns¶ strSymbol of the unit of measurement for length. Raises TypeErrorIf unit is not a str. KeyErrorIf the unit is not among available ones.