Loading
Rating:
Date: 27/02/2023
Feedback Given By: msilvagnoli21
Feedback Comment: VERY GREAT WORK!! RELIABLE AND ON TIME
Project Details
Project Status: Completed
This work has been completed by: exclusivewriting
Total payment made for this project was: $40.38
Project Summary: For this part of the project, you will make a copy of your Module 5 project and add additional capability. In the last part of the project, we focused on using loops to allow for multiple projects to be stored. In this part of the project, we will take advantage of Python lists. In the previous version (without lists), each new project would overwrite the previous one. In this version, the data for each project is stored in Python lists which can hold many items. Each time the user adds a new project for analysis, the data will be added to lists (materialsCostList, laborCostList, overheadCostList, projectBenefitList). Because of limitations in the BlockPy environment, we will directly edit the Python code in the editor so make sure you are in split view so you can access the Python.