@ -1,9 +0,0 @@
a = [
[1, 2, 3],
[4, 5, 6],
[7, 8, 9]
]
for b in a:
ind = a.index(b)
print(ind)
The note is not visible to the blocked user.