Commit 62069e1d by BellCodeEditor

save project

parent 4df644fe
Showing with 5 additions and 4 deletions
...@@ -8,10 +8,10 @@ pen=turtle.Pen() ...@@ -8,10 +8,10 @@ pen=turtle.Pen()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(180)
pen.circle(50,180) pen.circle(90,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(90,180)
pen.forward(100) pen.forward(180)
pen.hideturtle() pen.hideturtle()
turtle.done() 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