Commit d8e9ec6c by BellCodeEditor

save project

parent 23a327a7
Showing with 2 additions and 0 deletions
......@@ -2,6 +2,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()
......
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