Commit b519caaf by BellCodeEditor

save project

parent 733d7665
Showing with 1 additions and 1 deletions
......@@ -86,7 +86,7 @@ while True:
if states == False:
states = True
center = [2,8]
shape = random.randint(0,len(shape)-1)
index = random.randint(0,len(shape)-1)
current_shape = shape[index]
color = random.choice(cube_colors)
count += 1
......
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