# Introduction In this lab, we need to write a function called `break_down_list()` that takes a list of items, each representing bundles of pencils, and decomposes them into individual items by creating new dictionaries with a `quantity` of `1` for each item in the list.
Click the virtual machine below to start practicing