jehfhsisn jehfhsisn 15-03-2021 Computers and Technology contestada 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[2][1] Ofish green cat O blue