rectangle give its length and width

Write a lambda function in python to calculate the area of a rectangle give its length and width.

Note: Give the input in the code itself

Input inside the function: area_rectangle(5, 3)
5
3
Total : 0 Discussion
Login