Commit dac2ed51 by BellCodeEditor

save project

parent aca27f0d
Showing with 2 additions and 1 deletions
...@@ -10,7 +10,7 @@ for i in range(1,600): ...@@ -10,7 +10,7 @@ for i in range(1,600):
a.pencolor(c[i%4]) a.pencolor(c[i%4])
a.forward(i) a.forward(i)
a.right(120) a.right(91)
turtle.done() turtle.done()
......
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