Create the variable item_2 that stores the second tuple in the cart.
item_2
Make sure to pick item_2, followed by =, and finally cart[1].
=
cart[1]