Commit bcb2d599 by BellCodeEditor

save project

parent feee94cc
Showing with 2 additions and 2 deletions
...@@ -7,8 +7,8 @@ pen.penup() ...@@ -7,8 +7,8 @@ pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("我叫王钰清,\n你好呀!",font=("Times",30,"normal")) pen.write("我叫王钰清,\n你好呀!",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len = 50 len = screen.textinput("提示框","请输入爱心半径:")
turtle.done() len = int(len)
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
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