Extra activities are stored extras and include a list of costs. We need to remove the last item until we have enough savings.
extras
costs
savings
First, assign the value 0 to the variable savings.
0
Make sure to type savings = 0.
savings = 0