alexwalsh04 alexwalsh04 11-03-2021 Computers and Technology contestada What is the output of the following snippet? my_list = [[0, 1, 2, 3] for i in range (2) ] print (my_list [2] [0])