0
0
HVHARIGOVIND VALSAKUMAR
PythonAreaParallelogram
HGV Public CookbookFunction to compute the area of a parallelogram.
def area_parallelogram(base, height):
return base * height
0
0
HVHARIGOVIND VALSAKUMAR
Function to compute the area of a parallelogram.
def area_parallelogram(base, height):
return base * height