We need to add the value of amount to the customer's balance. Using the keyword self and the class variable balance add the variable amount.
amount
self
balance
Make sure to pick self followed by . and then balance, +, =, amount.
.
+
=