Commit b7b4daf4 by BellCodeEditor

auto save

parent cefa04c1
Showing with 1 additions and 0 deletions
...@@ -10,6 +10,7 @@ pen.hideturtle() ...@@ -10,6 +10,7 @@ pen.hideturtle()
a=turtle.Pen() a=turtle.Pen()
len=60 len=60
a.penup() a.penup()
a.pencolor("red")
a.goto(100,100) a.goto(100,100)
a.position() a.position()
a.forward(40) a.forward(40)
......
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