Python program that has a class named Rectangle with attributes length and breadth two methods area

preview_player
Показать описание
Python program that has a class named Rectangle with attributes length and breadth two methods area and perimeter

Write a python program that has a class named Rectangle with attributes length and breadth and two methods area and perimeter they return area and perimeter respectively.
Рекомендации по теме