Question: Which code assigns the value eggs as the third value in a list stored in a variable named bacon? bacon contains [10, 20, 30, 40,

Which code assigns the value eggs as the third value in a list stored in a variable named bacon? bacon contains [10, 20, 30, 40, 50, 60] O bacon[3] = eggs O eggs = 30 o eggs = [3] O bacon[2] = 'eggs' QUESTION 2 A variable store contains the following list: [['Walmart', 'Target', 'Kmart'], ['Boston', 'Albany', 'Hartford'], ['MA', 'NY', 'CT']] What does store[O] [2] evaluate to? o Walmart O Boston OMA Kmart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
