Omnibus commited on
Commit
c8da2a2
·
verified ·
1 Parent(s): 79ad160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def build(size=5):
19
  for c in range(size):
20
  ro+=f' {box[c+r]}'
21
 
22
- print(ro)
23
  r+=size
24
 
25
  build()
 
19
  for c in range(size):
20
  ro+=f' {box[c+r]}'
21
 
22
+ print(ro)
23
  r+=size
24
 
25
  build()