Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help Th error that is about year not working and its in python. There is one file used in this task - task3c. py

image text in transcribedimage text in transcribedPlease help

Th error that is about year not working and its in python.

There is one file used in this task - task3c. py . You will be making changes to this file. Start your work by opening the file in your Visual Studio Code. Find the line in the task3c.py stating TODO 1. To complete TODO 1 assign the following constants with the values as indicated. using the following formula: A=P(1+nr)nt - A: final amount - P : initial principal balance - r : interest rate - n : number of times interest applied per time period ( acc_cmp_freq ) - t: number of time period elapsed For more details, please, refer to this tutorial. example, the correct assignment to the amount_1 variable looks like this: amount_1 = amount_after_n_years (INITIAL_PRINCIPAL, ACCOUNT_RATE_1, ACCOUNT_CMP_FREQ_1, YEARS )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions