Commit 999a9c43 by BellCodeEditor

save project

parent 579ae797
Showing with 4 additions and 4 deletions
......@@ -7,11 +7,11 @@ pp=turtle.Pen()
pp.pencolor("red")
pp.pensize(5)
pp.left(45)
pp.forward(100)
pp.circle(50,180)
pp.forward(180)
pp.circle(90,180)
pp.right(90)
pp.circle(50,180)
pp.forward(100)
pp.circle(150,180)
pp.forward(300)
pp.hideturtle()
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