Commit 162aab79 by BellCodeEditor

save project

parent 29de6181
Showing with 3 additions and 4 deletions
......@@ -10,10 +10,9 @@ pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.position()
pen.forward(40)
pen.circle(50,180)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
......
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