Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,14 @@ def build(size=5):
|
|
10 |
|
11 |
print(ro)
|
12 |
r+=size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
build()
|
|
|
10 |
|
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):
|
18 |
+
box[box_cent]=i
|
19 |
+
num_h=0-1
|
20 |
+
box_cent+=(num_h+num_v)
|
21 |
+
print(box)
|
22 |
+
|
23 |
build()
|