Commit 29e9ea4d by BellCodeEditor

auto save

parent f15f88fb
Showing with 0 additions and 2 deletions
...@@ -5,8 +5,6 @@ screen=turtle.Screen() ...@@ -5,8 +5,6 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
#创建画笔 #创建画笔
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(80,-80)
#写字 #写字
pen.write("Hi,诺依~\n祝你生日快乐\n——悟空 ",font=("Times",18,"normal")) pen.write("Hi,诺依~\n祝你生日快乐\n——悟空 ",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
......
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