Create a constructor method for the Bank_Account class that has that takes in a name, number, and withdraw.
Bank_Account
name
number
withdraw
Make sure to pick def followed by __init__ and then self, name, number, withdraw.
def
__init__
self