Area of a Rectangle. L length of the rectangle. Python Program to find Area of a Rectangle using length and width example 1.
Let us now take a deep look into the formula.
Here len is the length and bre is the breadth of rectangle. The unit of area of the rectangle is square units. Perimeter of a rectangle 2 Length Width square units Now let us write the formula for the area of a rectangle with respect to same above given figure. Let us understand this through Python program.