Update the variable total_savings to 80 within the local scope of add_to_savings().
total_savings
80
add_to_savings()
Make sure to type total_savings = 80.
total_savings = 80