Question: Define a python function rectangle(width, height) to find the area of a rectangle and perimeter of a rectangle. Use normally defined area and perimeter equations.
Define a python function rectangle(width, height) to find the area of a rectangle and perimeter of a rectangle. Use normally defined area and perimeter equations. Test the code with width and height of 20 and 10, respectively. The area of the test code will be 200 and perimeter will be 60.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
