Commit e056cd04 by BellCodeEditor

auto save

parent 0bef0e2d
Showing with 2 additions and 2 deletions
import turtle
a=turtle.Pen()
a.speed(100)
a.penup()
a.pencolor("red")
a.pensize(10)
......@@ -16,6 +17,5 @@ a.seth(-90)
a.pendown()
a.forward(400)
a.home()
a.dot(100)
a.clear()
a.hideturtle()
turtle.done()
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