Question: USING PYTHON CODE and please tell me what goes in functions.py andwhat goes in t12 12. Implement the following function in the PyDev module functions.py

USING PYTHON CODE and please tell me what goes in functions.py andwhat goes in t12 USING PYTHON CODE and please tell me what goes in functions.py andwhat

12. Implement the following function in the PyDev module functions.py and test it from a PyDev module named t12.py det gic(value, years, rate) Calculates and prints a table of how much a GC (Guaranteed Incone Certificate) is worth over a number of years, and returns its final value. Use: final_value - gic(value, years, rate) Parameters: value - ICS Initial value (int > 0) years . number of years to maturity (int > 0) rate. percent increase value per year (float > 0) Returns final_value. the final value of the IC (float) Sample testing Enter the GIC purchase value: 5900 Enter the number of years invested: 24 Enter the GIC Interest rate (%): 1.25 Year Value $ e 1 2 900.00 918.00 936.36 24 1,447.59 Test functions.py nito no file chosen Submit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!