Commit 94cdf9a6 by BellCodeEditor

save project

parent ba2b9d73
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ a.speed(100) ...@@ -3,7 +3,7 @@ a.speed(100)
color=[blue,yellow,green,cyan] color=[blue,yellow,green,cyan]
a.screensize(300,400,"black") a.screensize(300,400,"black")
for i in range(1,800): for i in range(1,800):
a.color(i%4) a.pencolor(color(i%4))
a.forward(i) a.forward(i)
a.right(91) a.right(91)
a.hideturtle() a.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