Commit d9d4fdff by BellCodeEditor

auto save

parent 8967e016
Showing with 12 additions and 0 deletions
...@@ -15,3 +15,14 @@ t.right(90) ...@@ -15,3 +15,14 @@ t.right(90)
t.circle(50,180) t.circle(50,180)
t.forward(100) t.forward(100)
turtle.done() turtle.done()
d=turtle.Pen()
d.penup()
d.goto(0,-100)
d.color("blue")
d.left(45)
d.forward(100)
d.circle(50,180)
d.right(90)
d.circle(50,180)
d.forward(100)
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