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
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
Get step-by-step solutions from verified subject matter experts
