Commit 33c51e43 by BellCodeEditor

save project

parent a7003306
Showing with 1 additions and 2 deletions
......@@ -6,7 +6,7 @@ pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("心若向阳花自开,\n",font=("times",30,"normal"))
pen.write("心若向阳花自开,\n人若向暖清风徐来。",font=("times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(15)
......@@ -18,6 +18,5 @@ pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()
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