Commit 579dceb2 by BellCodeEditor

save project

parent d0023146
Showing with 2 additions and 1 deletions
......@@ -9,7 +9,8 @@ pen.write("aaaaaaa\naaaaaaa\naaaaaaa\naaaaaaa",font=("Times",50,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
len=100
len=screen.textinput("画爱心","画多大的爱心")
len=int(len)
pen1.begin_fill()
pen1.fillcolor("red")
pen1.pensize(5)
......
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