Commit 4aa0a5c1 by BellCodeEditor

save project

parent be1a4df5
Showing with 5 additions and 0 deletions
......@@ -9,12 +9,17 @@ pen1.penup()
pen1.goto(100,50)
pen1.write("你好,\n诺依",font=("Times",20,"normal"))
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(x)
pen.circle(1/2*x,180)
pen.right(90)
pen.circle(1/2*x,180)
pen.forward(x)
pen.end_fill()
pen.hideturtle()
pen1.hideturtle()
......
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