Commit b8a460e5 by BellCodeEditor

auto save

parent 0c21ca06
Showing with 2 additions and 14 deletions
...@@ -3,16 +3,4 @@ import turtle ...@@ -3,16 +3,4 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("hello",("times",50,"normal")) pen.write("hello",("times",50,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen.fillcolor("red") \ No newline at end of file
pen.pensize(10)
pen.pencolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.end_fill(
)
\ 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