Question: Create a program with Python 3 that asks the user the sides of a rectangle and calculates and displays the perimeter and area, remember that
Create a program with Python 3 that asks the user the sides of a rectangle and calculates and displays the perimeter and area, remember that the perimeter of a rectangle is equal at the sum of all its sides and the area is equal to the base by the height.
-
- It should contain proper indentation
- Comments (Blocks or Lines)
- Good Variables initializations
- Good questions asking for the parameters of the code
- Output display with explanation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
