Computer Science, asked by vaishnav1243, 1 month ago

Create a program in python to find the perimeter of this rectangle

Answers

Answered by amank79
0

Answer:

a=c=2 # in rectangle sides opposite to each other are equal in length.

b=d=4 # length of opposite sides.

Perimeter = 2*(a+ b)

print("Perimeter of rectangle is: ");

print(Perimeter);

Answered by sk06734644
0

your questions is not correct

Similar questions