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