Question: help me in python Due Tuesday by 11:59pmPoints 35 Submitting a file upload ements Create a class called Bank Account (bankaccount.py) The class should have
Due Tuesday by 11:59pmPoints 35 Submitting a file upload ements Create a class called Bank Account (bankaccount.py) The class should have the following: nts e persons name ns . account balance The class should have two methods , a method that receives a deposit, and then adds that amount to the customer's ourse balance . a method that receives a withdrawal and subtracts that withdrawal from the ns customer's balance Create another file (bankApp.py) which is where your program logic goes. Create two Bank Account objects, assign them a customer narte and opening balance . For customer object # 1: use the withdrawal method to deduct $50 from the account balance o print out the name and the new balance For customer object #2: use the object's deposit method to add $150 into the account balance. print out customer object #2's name and new balance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
