Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def build(size=5):
|
|
11 |
print(ro)
|
12 |
r+=size
|
13 |
|
14 |
-
box=[]
|
15 |
box_cent=int(tot/2)
|
16 |
num_h,num_v=0,0
|
17 |
for i in range(1,tot):
|
|
|
11 |
print(ro)
|
12 |
r+=size
|
13 |
|
14 |
+
box=[x for x in range(tot)]
|
15 |
box_cent=int(tot/2)
|
16 |
num_h,num_v=0,0
|
17 |
for i in range(1,tot):
|