Commit d0059763 by BellCodeEditor

save project

parent 28024978
Showing with 4 additions and 0 deletions
...@@ -7,6 +7,8 @@ pen.goto(50,-100) ...@@ -7,6 +7,8 @@ pen.goto(50,-100)
pen.write("hi,诺依\n电子贺卡真有趣",font=("Times",24,"normal")) pen.write("hi,诺依\n电子贺卡真有趣",font=("Times",24,"normal"))
pen.hideturtle() pen.hideturtle()
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen.fillcolor("blue")
pen.begin_fill()
pen1.pencolor("blue") pen1.pencolor("blue")
pen1.pensize(5) pen1.pensize(5)
len = 60 len = 60
...@@ -17,4 +19,5 @@ pen1.right(90) ...@@ -17,4 +19,5 @@ pen1.right(90)
pen1.circle(len,180) pen1.circle(len,180)
pen1.forward(2*len) pen1.forward(2*len)
pen1.hideturtle() pen1.hideturtle()
pen.end_fill()
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