Python 3

Calculate Area and Perimeter of a Rectangle in Python

To find the area of a rectangle or a square you need to multiply the length and the width of a rectangle or a square.

In this example we’ll calculate the area and perimeter of a rectangle in Python3.

Python Code:

Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.