Commit 98b60892 by BellCodeEditor

save project

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