Commit 33263690 by BellCodeEditor

save project

parent 01a99cbd
Showing with 2 additions and 1 deletions
...@@ -8,7 +8,8 @@ pen.write("Hi,\nI am your dad.\n",font=("times",13,"normal")) ...@@ -8,7 +8,8 @@ pen.write("Hi,\nI am your dad.\n",font=("times",13,"normal"))
penl=turtle.Pen() penl=turtle.Pen()
penl.pencolor("red") penl.pencolor("red")
penl.pensize(5) penl.pensize(5)
len=60 len=screen.textinput("提示","我是不是your dad???")
lovesize=int(len)
penl.left(45) penl.left(45)
penl.forward(2*len) penl.forward(2*len)
penl.circle(len,180) penl.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