We'll need to call make_food and package_item on each item in the list of items.
make_food
package_item
Make sure to pick self followed by . and then make_food, self, ., package_item, (i).
self
.
(i)