Commit e056cd04 by BellCodeEditor

auto save

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