fix 'missing whitespace around arithmetic operators' error

This commit is contained in:
Anthony Rubick
2022-09-22 15:18:13 -07:00
committed by GitHub
parent 294c2fafa3
commit b2b0f03339

View File

@@ -62,7 +62,7 @@ def simulate_board() -> None:
if gn[j][k] > 99:
b = 1 if gn[j][k] <= 999 else 10
for o1 in range(1, 16, 2):
gn[j+ga[o1]-1][k+ga[o1+1]-1] += b
gn[j + ga[o1] - 1][k + ga[o1 + 1] - 1] += b
# gn[j+ga[o1]][k+ga[o1+1]-1] = gn[j+ga[o1]][k+ga[o1+1]]+b