Commit 09270617 by BellCodeEditor

save project

parent b5776dd2
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ len=screen.textinput("100","100") ...@@ -6,7 +6,7 @@ len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.up() pen.up()
pen.goto(200,-400) pen.goto(200,-300)
pen.write("你好\n诺依\n你好吗?\n你们都是傻逼啊!\nTM让我回信.",font=("Times",30,"normal")) pen.write("你好\n诺依\n你好吗?\n你们都是傻逼啊!\nTM让我回信.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=60
......
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