Write an anonymous function to find area of square and rectangle.
print(f'Area
of Square is:-{square(5)}')
print(f'Area
of Rectangle (4, 5) is {rectangle_area(4, 5)}')
This is blog is useful for the students of BCA and BCS .
Write an anonymous function to find area of square and rectangle.
print(f'Area
of Square is:-{square(5)}')
print(f'Area
of Rectangle (4, 5) is {rectangle_area(4, 5)}')