asked 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])

1 Answer

10 votes

Answer:

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

answered
User Nahn
by
8.4k points