Commit dcf28400 by BellCodeEditor

save project

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