Commit ae639e72 by BellCodeEditor

save project

parent 8e239a4f
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ screen.bgcolor("light pink") ...@@ -4,7 +4,7 @@ screen.bgcolor("light pink")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\mmmmmm.",font=("Times",30,"normal")) pen.write("你好.....................",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=50 len=50
pen.penup() pen.penup()
......
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