What is Python Program to find Perimeter of a Rectangle Question Anonymous Perimeter = AB + BC + CD + DA => L + B + L + B => 2 * (L + B) Hence we can say that the perimeter of a rectangle can be calculated by the formula twice the ... 0 Python Anonymous 55 years 0 Answers 494 views