Create a program in python to find the perimeter of this rectangle
Answers
Answered by
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
0
your questions is not correct
Similar questions
Social Sciences,
22 days ago
Science,
22 days ago
Math,
1 month ago
Math,
1 month ago
Social Sciences,
8 months ago
Math,
8 months ago
English,
8 months ago