Commit c2a2500f by BellCodeEditor

save project

parent 760a9788
Showing with 5 additions and 1 deletions
......@@ -15,8 +15,12 @@ pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(2*len)
import turtle
Pen1=turtle.Pen()
Pen1.circle(50,180)
turtle.done()
pen.circle(len,180)
pen.right(90)
pen.right(90)p
pen.circle(len,180)
pen.forward(2*len)
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