Commit b6c3fba2 by BellCodeEditor

save project

parent 206f15e7
Showing with 3 additions and 6 deletions
...@@ -11,12 +11,9 @@ pen1.write("hh\nhh",font=("Times",20,"normal")) ...@@ -11,12 +11,9 @@ pen1.write("hh\nhh",font=("Times",20,"normal"))
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(10) pen.pensize(10)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) for i in range(7):
pen.forward(2*len) pen.forward(len)
pen.circle(len,180) pen.right(105)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen.hideturtle() pen.hideturtle()
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