Commit 0ea302bf by BellCodeEditor

save project

parent a06675bb
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ screen.bgcolor("light blue") ...@@ -5,6 +5,7 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("诺依,\nturtle真好用,\n我会在画布上字啦!",font=("Times",30,"normal")) pen.write("诺依,\nturtle真好用,\n我会在画布上字啦!",font=("Times",30,"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