Commit 48575fdc by BellCodeEditor

auto save

parent a590017d
Showing with 7 additions and 5 deletions
......@@ -8,10 +8,12 @@ pen.penup()
pen.goto(-200,200)
pen.write("你好\n张晓宇\n你可真傻",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(2)
pen1.speed(5)
pen1.fillcolor("red")
pen1.begin_fill()
pen1.left(45)
pen1.forward(size*2)
pen1.circle(size,180)
......@@ -19,6 +21,5 @@ pen1.right(90)
pen1.circle(size,180)
pen1.forward(size*2)
pen1.hideturtle()
pen1.end_fill()
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