1.

Write a program in Python using function Area_Rect() which takes length and breadth of a rectangle as arguments and returns area and perimeter of rectangle

Answer» PERIMETER = 2 * (WIDTH + HEIGHT)


Discussion

No Comment Found