- Compulsory Task 2 Follow These Steps Create A New Python File In This Folder Called Task2 Py This Program Will Be Used 1 (71.89 KiB) Viewed 33 times
Compulsory Task 2 Follow these steps: Create a new Python file in this folder called task2.py. This program will be used
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Compulsory Task 2 Follow these steps: Create a new Python file in this folder called task2.py. This program will be used
Compulsory Task 2 Follow these steps: Create a new Python file in this folder called task2.py. This program will be used to calculate the area that the foundation of a building covers. This program should. O Ask the user to enter the shape of the building (square, rectangular or round). Based on the user's input, prompt for the appropriate dimensions. See what dimensions you need in the list of formulae below. Calculate and display the area that will be taken up by the foundation of the building. Formulae for area Area of square = length of the square to the power of two (length). Area of rectangle = length x width. Area of circle = pi x radius squared (77radius").