Commit c240d4bd by BellCodeEditor

save project

parent 9da22802
Showing with 4 additions and 0 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.speed(100) a.speed(100)
c=turtle.Screen()
c.bgcolor("black")
b=["green","red","orange","blue"]
for i in range(1,900): for i in range(1,900):
a.pencolor(b[i%4])
a.forward(i) a.forward(i)
a.right(89) a.right(89)
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