Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def build(size=5):
|
|
6 |
|
7 |
box=[]
|
8 |
box_o=[x for x in range(size)]
|
9 |
-
|
10 |
print(box)
|
11 |
box_cent=int(tot/2)
|
12 |
num_h,num_v=0,0
|
|
|
6 |
|
7 |
box=[]
|
8 |
box_o=[x for x in range(size)]
|
9 |
+
for i in range(size):box.append(box_o)
|
10 |
print(box)
|
11 |
box_cent=int(tot/2)
|
12 |
num_h,num_v=0,0
|