Commit 72b8d624 by BellCodeEditor

save project

parent 7ef960f3
Showing with 2 additions and 0 deletions
......@@ -3,6 +3,8 @@ pen=turtle.Pen()
pen.write("绝句\n两只黄鹂鸣翠柳\n一行白鹭上青天\n杜甫",font=("Times",18,"normal"))
pen.hideturtle()
penl=turtle.Pen()
penl.pensize(5)
penl.pencolor("red")
penl.left(45)
penl.forward(100)
penl.circle(50,180)
......
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