We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7775507 commit 2308ad4Copy full SHA for 2308ad4
local_test.py
@@ -0,0 +1,3 @@
1
+list_three = [[[0 for i in range(3)] for j in range(2)] for k in range(2)]
2
+list_three[1][0][1] = 5
3
+print(list_three)
0 commit comments