To make sure our for loop will add the cost for all of the ingredients to extra_cost, update = to += within the for loop.
for
extra_cost
=
+=
Make sure to type +=.