1. Write a Python program to calculate the perimeter of a rectangle Calculate the perimeter of the rectangle as: 2* (length + breadth) If the perimeter is less than 50.m, print 'Small rectangle' If...


1. Write a Python program to calculate the perimeter of a rectangle<br>Calculate the perimeter of the rectangle as: 2* (length + breadth)<br>If the perimeter is less than 50.m, print 'Small rectangle'<br>If the perimeter is more than 50 .m, then print 'Long Rectangle.<br>Else print 'Normal Rectangle'<br>

Extracted text: 1. Write a Python program to calculate the perimeter of a rectangle Calculate the perimeter of the rectangle as: 2* (length + breadth) If the perimeter is less than 50.m, print 'Small rectangle' If the perimeter is more than 50 .m, then print 'Long Rectangle. Else print 'Normal Rectangle'

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here