Commit 4148a17f by BellCodeEditor

save project

parent dc3f0a1a
Showing with 7 additions and 2 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
color=["red","blue","violet","cyan"]
distence=1
for i in range(3000):
for i in range(1,3000):
screen.bgcolor("black")
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(91)
distence+=1
pen.hideturtie
pen.hideturtie()
turtle.done()
\ No newline at end of file
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