Commit b4a456fe by BellCodeEditor

save project

parent 881c92d8
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ pen=turtle.Pen() ...@@ -4,7 +4,7 @@ pen=turtle.Pen()
pen.hideturtle() pen.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=60 len=float(screen.textinput("提示","爱心大小"))
pen.penup() pen.penup()
pen.forward(-420) pen.forward(-420)
pen.pendown() pen.pendown()
......
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