Commit 9caf5b1a by BellCodeEditor

save project

parent 802844f4
Showing with 15 additions and 0 deletions
......@@ -5,4 +5,16 @@ pen.penup()
pen.goto(90,-100)
pen.write("诺依,\n你好,\n我很高兴认识你!",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.color("red")
pen1.fillcolor("red")
pen1.begin_fill()
pen1.left(45)
pen1.forward(120)
pen1.circle(60,180)
pen1.right(90)
pen1.circle(60,180)
pen1.forward(120)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
import turtle
pen
\ 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