Write a python class named rectangle perimeter and area
Answers
Answered by
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