Question: Write a Python program to perform the below: a) Create an empty list named Client b) Input n number of Deposits and add to the
Write a Python program to perform the below: a) Create an empty list named Client b) Input n number of Deposits and add to the list Client c) Compute the Interest based on the following conditions Interest = 9% of Deposit, if the Deposit is in between 0 to 500 Interest = 15% of Deposit, if the Deposit is in between 501 to 1000 Otherwise Interest = 20% of Deposit d) Store the Interest in another list named Interest_Rate e) Display the list Client and Interest_Rate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
