Question: USING PYTHON CODE and please tell me what goes in functions.py and what goes in t14 14. Implement the following function in the PyDev module
14. Implement the following function in the PyDev module functions.py and test it from a PyDev module named t14.py def la hours(ia_count): Calculates the total number of hours that tas (Instructional Assistants) work over a 6 week period by asking for the hours for each IA per week. Use! total_hours - ia_hours(ia_count) Parameters is count number of IAS (int > 0) Returnst total hours - hours worked by all IAs (float) Sample testing Number of IAS: 2 Week 1 Marking hours for IA 1: 2.5 Marking hours for IA 2: 3 Week 2 Marking hours for IA 1: 4.25 Marking hours for IA 2: 1 Week 6 Marking hours for IA 1: Marking hours for IA 2: 1 Total marking hours for all IAS: 31.50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
