Commit 95640425 by BellCodeEditor

save project

parent 13f91696
Showing with 3 additions and 1 deletions
...@@ -6,7 +6,9 @@ pen.penup() ...@@ -6,7 +6,9 @@ pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀",font=("Times",30,"normal")) pen.write("你好呀",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60
i=eg.textinput("你想要多大的爱心","请输入,")
len=int(i)
b1=turtle.Pen() b1=turtle.Pen()
b1.pencolor("blue") b1.pencolor("blue")
b1.pensize(5) b1.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