0
0
HVHARIGOVIND VALSAKUMAR
PythonAreaSquare
HGV Public CookbookFunction to compute the area of a square.
def area_square(side_length):
return side_length ** 2
0
0
HVHARIGOVIND VALSAKUMAR
Function to compute the area of a square.
def area_square(side_length):
return side_length ** 2