Commit d8e63caf by BellCodeEditor

auto save

parent 7515a255
Showing with 4 additions and 0 deletions
...@@ -7,10 +7,13 @@ pen.goto(-100,0) ...@@ -7,10 +7,13 @@ pen.goto(-100,0)
pen.write("你!",font=("times",30,"normal")) pen.write("你!",font=("times",30,"normal"))
pen.hideturtle() pen.hideturtle()
a=turtle.Pen() a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(45) a.left(45)
a.forward(100) a.forward(100)
a.circle(50,180) a.circle(50,180)
a.right(90) a.right(90)
a.circle(50,180) a.circle(50,180)
a.forward(100) a.forward(100)
a.andfill()
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