Commit b6d8f679 by BellCodeEditor

save project

parent 0d473ab0
Showing with 2 additions and 1 deletions
...@@ -10,7 +10,8 @@ pen.write("你好\n诺依",font=("Times",30,"normal")) ...@@ -10,7 +10,8 @@ pen.write("你好\n诺依",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len = screen.textinput("爱心","请问你想要多大(半径)的爱心?")
len = int(len)
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.pencolor("light blue") pen1.pencolor("light blue")
pen1.pensize(5) 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