lexyhallzie lexyhallzie 14-01-2021 Computers and Technology contestada You created a two-dimensional array with the following code. A = [20, 'tennis', 'blue'] B = [15, 'soccer', 'green'] aList = [A, B] How do you refer to 'green'?