Question: 1. Create a Python module named AnnuityFutureValue. -Use appropriate variable names to represent their associated values illustrated by the following: Periodic Payment r-rate per period

1. Create a Python module named AnnuityFutureValue. -Use appropriate variable names to represent their associated values illustrated by the following: Periodic Payment r-rate per period n-number of periods Write the appropriate Python code to calculate the Future Value of Annuity (FV) using the below formula: FV of Annuity- P -Use the Periodic Payment of $100, Rate per Period of 6% divided by 12 (use 0.06 divided by 12 in calculation), and the Number of Periods is over 2 years (12 periods in each year) Output should look like the following: Screen FV of Annuity $2543.195524107777
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
