Commit 86ec6371 by BellCodeEditor

save project

parent 99c0cc98
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ pen1.write("呵呵呵呵呵呵",font=("Times",30,"normal")) ...@@ -9,7 +9,7 @@ pen1.write("呵呵呵呵呵呵",font=("Times",30,"normal"))
pen1.hideturtle() pen1.hideturtle()
pen.pensize(5) pen.pensize(5)
pen.pencolor("pink") pen.pencolor("pink")
len=60 len=float(screen.textinput("标题","请输入爱心大小:"))
pen.left(45) pen.left(45)
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
......
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