Commit 143d2932 by BellCodeEditor

save project

parent 8bbd19be
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,8 @@ pen.pendown() ...@@ -9,7 +9,8 @@ pen.pendown()
pen.write("心若向阳花自开,\n人若向暖清风徐来。",font=("times",15,"normal")) pen.write("心若向阳花自开,\n人若向暖清风徐来。",font=("times",15,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
len=50 len1=screen.textinput("爱心大小","爱心大小:")
len=int(len1)
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
......
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