Commit 979f961f by BellCodeEditor

save project

parent fc8ad810
Showing with 5 additions and 6 deletions
......@@ -9,14 +9,13 @@ pen.pencolor("red")
pen2.pensize(10)
pen2.pencolor("red")
len=30
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.forward(2*len)
pen.circle(len,180)
pen2.left(135)
pen2.forward(100)
pen2.circle(-50,180)
pen2.forward(2*len)
pen2.circle(-len,180)
# pen2.goto(-40,40)
pen2.hideturtle()
......
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