Question: pls use python for the coding language Write a program to maintain a savings account. The program should use a class named SavingsAccount with instance

pls use python for the coding language
Write a program to maintain a savings account. The program should use a class named SavingsAccount with instance variables for the customer's name and the account balance and two methods named makeDeposit and makeWithdrawal The makeWithdrawal method should deny withdrawals that exceed the balance in the account
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
