This commit is contained in:
parent
615ad098bd
commit
4284b50891
1 changed files with 1 additions and 1 deletions
2
13/13.py
2
13/13.py
|
@ -61,7 +61,7 @@ def fold_horizontally(g, fold_y):
|
|||
g[new_y][x] = 1
|
||||
|
||||
# cut the other half of the grid
|
||||
for i in range(fold_y+1):
|
||||
for _ in range(fold_y+1):
|
||||
g.pop()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue