To create a list like halved based on another like prices, we need to first create an empty list, then fill it inside a loop.

Make sure to pick halved = [], followed by halved.append(half_price).