Commit cff29b2d by BellCodeEditor

save project

parent c83087cb
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,8 @@ pen.pendown() ...@@ -9,7 +9,8 @@ pen.pendown()
pen.write("诺依\n确实很好用\n我也学会了",font=("草书","20","normal")) pen.write("诺依\n确实很好用\n我也学会了",font=("草书","20","normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
len=100 len1=screen.textinput("提示","你要多大的爱心?")
len=int(len1)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
......
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