Commit 3a261b62 by BellCodeEditor

save project

parent c26bbfe4
Showing with 22 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("春晓\n春眠不姐晓,\n出出闻提鸟。\n叶来风语生,\n花落只多少",font=("Times",20,"normal"))
pen.hideturtle()
# pen写文字
# pen=turtle.Pen()
# pen.write("春晓\n春眠不姐晓,\n出出闻提鸟。\n叶来风语生,\n花落只多少",font=("Times",20,"normal"))
# pen.hideturtle()
# pen2画爱心
# pen=turtle.Pen2()
goto(100,100)
Pen2.pencolor("red")
Pen2.penleft(45)
pen.pensize(5)
Pen2.penforward(100)
Pen2.penright(90)
pen.circle(len,180)
pen.forward(2*len)
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