Commit 3de5f988 by BellCodeEditor

save project

parent b11bfbab
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(100,-100)
pen.write("你好,诺伊\n.我也爱上了PYTHON",font=("Times",20,"normal"))
pen.goto(90,-90)
pen.write("你好,诺伊\n因为你,我也爱上了PYTHON,\n我们一定会在编程的路上,\n远走高飞",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
......
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