Commit db732b4f by BellCodeEditor

save project

parent f9a45904
Showing with 3 additions and 2 deletions
......@@ -23,10 +23,10 @@ pen = turtle.Pen()
pen.pensize(5)
pen.pencolor("pink")
pen.left(45)
pen.forword(60)
pen.forward(60)
pen.circle(30,180)
pen.right(90)
pen.circle(30,180)
pen.forword(60)
pen.forward(60)
pen.hideturtle()
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