alexwalsh04 alexwalsh04 Today at 4:19 PM Computers and Technology Answered What is the output of the following snippet? my_list = [[0, 1, 2, 3] for i in range (2) ] print (my_list [2] [0])