Commit b9239b99 by BellCodeEditor

save project

parent e0e10db6
Showing with 6 additions and 1 deletions
...@@ -4,7 +4,8 @@ screen.bgcolor("light blue") ...@@ -4,7 +4,8 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\n SB123456\n.",font=("Times",30,"normal")) pen.write("你好\n SB123456\n.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=screen.textinput("ssdscdsc","frgg")
lovesize=int(len)
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
......
import turtle
import turtle
screen=turtle.screen()
len=screen.textinput("ssdscdsc",frgg)
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