52.7k views
11 votes
What is the output of the following snippet?

my_list =
[[0, 1, 2, 3] for i in range (2) ]
print (my_list [2] [0])

User Rody Davis
by
3.2k points

1 Answer

10 votes

Answer:

Explanation is being shown in the file that takes you to the link

User Nahn
by
3.7k points