• + 0 comments
        return {
            length: a,
            width: b,
            perimeter: 2*(a+b),
            area: a*b,
        }