Commit 74f41dda by BellCodeEditor

save project

parent 940e2e79
Showing with 2 additions and 2 deletions
......@@ -15,9 +15,9 @@ for i in range(10000):
p.right(x)
p.pencolor(a[c])
p.pensize(z)
z+=0.001
z+=0.01
c=c+1
x=x-0.0001
x=x-0.001
if c>3:
c=0
p.hideturtle()
......
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