Question: 2. - Create a Python module named NumberOfPeriods. -Use appropriate variable names to represent their associated values illustrated by the following: n number of periods

2. - Create a Python module named NumberOfPeriods. -Use appropriate variable names to represent their associated values illustrated by the following: n number of periods FV Puture Value (of Annuity) r = rate P Payment/Cash Flows Write the appropriate Python code to calculate the Number of Periods (n) using the below formula ("In" in the formula is natural log and in Python the equivalent is the utility function math.log): -Use the Payment of $100, Rate of 6% divided by 12 (use 0.06 divided by 12 in calculation), and the Future Value of Annuity of $4000. - Output should look like the following: Screen Number of periods 36.55539635919235
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
