Skip to content

Commit 197300a

Browse files
added a no_arrow list
1 parent df6ca9c commit 197300a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

memory_starter.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
k = (0,0,0)
1212

1313

14+
no_arrow = [
15+
w,w,w,w,w,w,w,w,
16+
w,w,w,w,w,w,w,w,
17+
w,w,w,w,w,w,w,w,
18+
w,w,w,w,w,w,w,w,
19+
w,w,w,w,w,w,w,w,
20+
w,w,w,w,w,w,w,w,
21+
w,w,w,w,w,w,w,w,
22+
w,w,w,w,w,w,w,w
23+
]
24+
1425
left_arrow =[
1526
w,w,w,w,w,w,w,w,
1627
w,w,r,w,w,w,w,w,

0 commit comments

Comments
 (0)