Commit 9b7155a6 by BellCodeEditor

auto save

parent ca076dc3
Showing with 4 additions and 5 deletions
...@@ -12,11 +12,9 @@ pen.penup() ...@@ -12,11 +12,9 @@ pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("green")
pen.left(45) pen.begin_fillcolor("green")
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
pen.end_fillcolor("green")
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