Commit 558c8d5d by BellCodeEditor

save project

parent d73aec45
Showing with 3 additions and 1 deletions
import turtle
import turtle
import turtle
pen=turtle.Pen()
pen.speed(0)
collor=["red",'blue','yellow']
for i in range(1200):
pen.pencolor(collor[i%3])
pen.forward(i)
pen.right(91)
pen.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