Commit 7e24d698 by BellCodeEditor

auto save

parent c35ab737
Showing with 5 additions and 5 deletions
import turtle
import turtle
......@@ -2,13 +2,13 @@ import turtle
pen=turtle.Pen()
screen=turtle.Screen()
pen.speed('fast')
pen.speed(100)
pen.hideturtle()
screen.bgcolor('black')
screen.bgcolor('white')
i=0
while i<135:
pen.pencolor('pink')
while i<400:
pen.pencolor('blue')
pen.penup()
pen.goto(0,0)
pen.forward(200)
......
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