Commit a5a787c9 by BellCodeEditor

auto save

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