Commit dcf28400 by BellCodeEditor

save project

parent d8e9ec6c
Showing with 2 additions and 3 deletions
......@@ -4,9 +4,8 @@ import turtle
pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,诺依学习python很有趣\n我学会如何用turtle书写文字\n",font = ("Times", 30, "normal"))
pen.hideturtle()
turtle.done()
pen.write("Hi,诺依学习python很有趣\n我学会如何用turtle书写文字\n",font = ("Times", 13, "normal"))
#画爱心
pen1 = turtle.Pen()
......
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