Commit a86ad1d1 by BellCodeEditor

save project

parent 4ff99d93
Showing with 9 additions and 2 deletions
import turtle
sp=turtle.Screen()
sp.bgcolor("yellow")
len=50
sp.bgcolor("blue")
len=sp.textinput("爱心框","你的爱心大小:")
len=int(len)
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-100)
......
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
turtle.done()
\ No newline at end of file
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