Commit 45cc176f by BellCodeEditor

save project

parent 718f5915
Showing with 2 additions and 1 deletions
import turtle
len=50
screen=turtle.Screen()
screen.bgcolor("blue")
len=screen.textinput("提示","您要多大的心啊")
len=int(len)
pen=turtle.Pen()
pen.penup()
pen.goto(0,-150)
......
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