Commit 67005bd7 by BellCodeEditor

save project

parent 73e61d25
Showing with 2 additions and 0 deletions
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
color=["red","orange","yallow",""green]
pen.pencolor(colors[i%4])
distance=1 distance=1
for i in range(300) for i in range(300)
......
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