While running this code segment, the user enters the
following values when prompted: pizza yes bread
no. What is stored in the list called grocery after the
block of code is executed?
a. [milk, eggs, cheese, pizza, bread]
b. [milk, pizza, eggs, cheese]
c. [milk, bread, pizza, eggs, cheese]
d. [milk, pizza, bread, eggs, cheese]

While running this code segment the user enters the following values when prompted pizza yes bread no What is stored in the list called grocery after the block class=