Commit 98b60892 by BellCodeEditor

save project

parent 5f10bbb1
Showing with 4 additions and 4 deletions
......@@ -4,13 +4,13 @@ import turtle
pen=turtle.Pen()
screen=turtle.Screen()
pen.speed()
pen.hideturtle()
pen.speed(100000)
screen.bgcolor('black')
pen.hideturtle()
i=0
while i<135:
while i<190:
pen.pencolor('pink')
pen.penup()
pen.pendown()
pen.goto(0,0)
pen.forward(200)
pen.pendown()
......
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