WILL GIVE BRAINLIEST
This is your code.
>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
What is the value of E[1101?
1. 35
2. 21
3. dog
4. cat

Respuesta :

Answer:

None of those answers is correct because E[1101] is index out of range.

ACCESS MORE