Commit 98656c89 by BellCodeEditor

save project

parent 0ba9b987
Showing with 3 additions and 2 deletions
import turtle
pen=turtle.Pen()
len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len)
screen=turtle.Screen()
screen.bgcolor("light pink")
len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len)
pen.penup()
pen.goto(100,-100)
......
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