Commit e005cec4 by BellCodeEditor

save project

parent d24d84eb
Showing with 1 additions and 1 deletions
......@@ -59,7 +59,7 @@ def check(center):
# 格子基础数字设为0
num_list = []
for in range(25):
for i in range(25):
num_list.append([0] * 15)
while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment