Commit 60bb9dcb by BellCodeEditor

save project

parent 1bad0edb
Showing with 2 additions and 1 deletions
......@@ -6,9 +6,10 @@ screen=turtle.Screen()
pen.speed()
pen.hideturtle()
screen.bgcolor('black')
pen.speed(100)
i=0
while i<135:
while i<2000:
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