Commit c0399e8a by BellCodeEditor

save project

parent 00ea417c
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ screen=turtle.Screen()
screen.bgcolor("pink")
pen.pencolor("red") #设置颜色
pen.pensize(5) #设置粗细
size=screen.textinput("你要多大的爱心")
size=screen.textinput("提示","你要多大的爱心")
len=int(size)
pen.left(45) #画爱心
pen.forward(2*len)
......
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