Commit 212e221a by BellCodeEditor

save project

parent b9a15c25
Showing with 5 additions and 6 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor('black')
pen=turtle.Pen()
pen.color('blue')
color=['blue','red','yellow','green']
for i in range(310):
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(91)
pen.speed(111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111)
pen.speed(11111111111111111111111111111111111111111111111111111)
pen.hideturtle()
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