Commit 44ae9df5 by BellCodeEditor

save project

parent 0d7bfbb2
Showing with 0 additions and 1 deletions
...@@ -13,7 +13,6 @@ states = False ...@@ -13,7 +13,6 @@ states = False
num_list = [] num_list = []
for i in range(25): for i in range(25):
num_list.append([0] * 15) num_list.append([0] * 15)
print(num_list)
# 创建窗口 # 创建窗口
screen = pygame.display.set_mode((460, 500)) screen = pygame.display.set_mode((460, 500))
pygame.display.set_caption("俄罗斯方块") pygame.display.set_caption("俄罗斯方块")
......
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