Add the variables name, number, and withdraw to the class constructor and set them to be the corresponding parameters.
name
number
withdraw
Make sure to pick self followed by . and then name, =, name, self, ., number, =, number, withdraw.
self
.
=