Commit 36463870 by BellCodeEditor

save project

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