Commit 3a3fec90 by BellCodeEditor

save project

parent b5c457ef
Showing with 4 additions and 4 deletions
...@@ -11,9 +11,9 @@ pen.pensize(5) ...@@ -11,9 +11,9 @@ pen.pensize(5)
len=60 len=60
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(2*len)
pen.circle(50,180) pen.circle(len)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(len)
pen.forward(100) pen.forward(2*len)
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