Computer Science, asked by ronitrai7624, 11 months ago

Write a python class named rectangle perimeter and area

Answers

Answered by jiyant
0
Write a Python class named Rectangle constructed by a length and width and a method which will compute the area of a rectangle. In Euclidean plane geometry, a rectangle is a quadrilateral with four right angles. To find the area of a rectangle, multiply the length by the width.
Similar questions