We need to update the variable savings using += so that it adds what the user has just earned.
savings
+=
Make sure to type savings += earned.
savings += earned