Commit a7df31f4 by BellCodeEditor

save project

parent abcd6bb7
Showing with 12 additions and 4 deletions
import turtle
pen=turtle.Pen()
for i in range(1300) :
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","green","yellow","green"]
for i in range(1,300):
pen.pencolor(color[i%4])
pen.forward(i)
i+=1
pen.hideturtle()
turtle.done()
pen.right(91)
turtle.hideturtle()
turtle.done
import turtle
pen=turtle.Pen()
++ "b/diy\343\200\202p"
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