Commit 485e7afa by BellCodeEditor

save project

parent a6ce6e9f
Showing with 17 additions and 2 deletions
......@@ -17,5 +17,20 @@ pen1.circle(ls,180)
pen1.right(90)
pen1.circle(ls,180)
pen1.forward(2*ls)
pen1.penup()
pen1.right(135)
pen1.forward(ls*4)
pen1.pendown()
pen1.right(135)
pen1.forward(2*ls)
pen1.circle(ls,180)
pen1.right(90)
pen1.circle(ls,180)
pen1.forward(2*ls)
pen.hideturtle()
pen1.hideturtle()
turtle.down()
\ No newline at end of file
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