Commit 412a3e6e by BellCodeEditor

save project

parent 1e796a8a
Showing with 2 additions and 1 deletions
......@@ -5,10 +5,11 @@ pen=turtle.Pen()
screen=turtle.Screen()
pen.speed('fast')
pen.hideturtle()
pen.speed(0)
screen.bgcolor('black')
i=0
while i<135:
while i<1350:
pen.pencolor('pink')
pen.penup()
pen.goto(0,0)
......
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