Commit e0c64ebd by BellCodeEditor

save project

parent fbc6e3c3
Showing with 4 additions and 0 deletions
......@@ -2,6 +2,9 @@ import turtle
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("black")
colors=["white","blue","violet","cyan"]
distance=1
pen.speed(1000)
for i in range(1,300):
......@@ -12,3 +15,4 @@ for i in range(1,300):
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