Commit d43dd5a7 by BellCodeEditor

save project

parent c8e89c0f
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ screen.bgcolor("light blue") ...@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("电摇小子",font=("Times",15,"normal")) pen.write("电摇小子爱边拉边吃",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
len=screen.textinput("提示","请输入你想要的长度") len=screen.textinput("提示","请输入你想要的长度")
pen1=turtle.Pen() pen1=turtle.Pen()
......
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