Commit 5a054081 by BellCodeEditor

auto save

parent 1e796a8a
Showing with 3 additions and 0 deletions
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(0)
screen=turtle.Screen() screen=turtle.Screen()
pen.speed('fast') pen.speed('fast')
pen.hideturtle() pen.hideturtle()
...@@ -16,6 +17,7 @@ while i<135: ...@@ -16,6 +17,7 @@ while i<135:
pen.pendown() pen.pendown()
pen.circle(100) pen.circle(100)
pen.left(2) pen.left(2)
turtle.tracer(False)
i+=1 i+=1
turtle.done() turtle.done()
\ No newline at end of file
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