0
0
HVHARIGOVIND VALSAKUMAR
PythonAreaRectangle
HGV Public CookbookFunction to compute the area of a rectangle.
def area_rectangle(length, width):
return length * width
0
0
HVHARIGOVIND VALSAKUMAR
Function to compute the area of a rectangle.
def area_rectangle(length, width):
return length * width