Create a constructor method for the Bank_Account class that has that takes in a name, number, and withdraw.

Make sure to pick def followed by __init__ and then self, name, number, withdraw.