Commit f9bf4680 by BellCodeEditor

save project

parent ec45dea0
Showing with 2 additions and 2 deletions
......@@ -47,8 +47,8 @@ cube_colors = [
center = [2, 8] # 第2行第8列
shape=random.choice(shape_list)
idex=random.randint(0,len(shape)-1)
current_shape=shape[idex]
index=random.randint(0,len(shape)-1)
current_shape=shape[index]
color=random.choice(cube_colors)
def check(center):
......
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