Commit a5a787c9 by BellCodeEditor

auto save

parent 2f3bd4bf
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
Pen.speed()
Pen.hideturtle()
pen.speed('fast')
pen.hideturtle()
screen.bgcolor('black')
i=0
while i<135:
......
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