Commit 5ff72d95 by BellCodeEditor

save project

parent a1913935
Showing with 2 additions and 1 deletions
...@@ -133,7 +133,8 @@ while True: ...@@ -133,7 +133,8 @@ while True:
row_index -= 1 row_index -= 1
else: else:
score += 1 score += 1
num_list = new_list num_list = new_list'
for i, row in zip(range(1,26), num_list): for i, row in zip(range(1,26), num_list):
for j, colors in zip(range(1,16), row): for j, colors in zip(range(1,16), row):
if colors != 0: if colors != 0:
......
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