Skip to content

Commit 2308ad4

Browse files
author
aaron.liu
committed
[test] add local test.py
1 parent 7775507 commit 2308ad4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

local_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)