Commit 91e21f93 by BellCodeEditor

auto save

parent 3ccc4bdb
Showing with 2 additions and 2 deletions
...@@ -4,11 +4,11 @@ screen.bgcolor("light blue") ...@@ -4,11 +4,11 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("Hi,\nI am your dad.\n",font=("times",13,"normal")) pen.write("Hi,\nI am Mike.\n",font=("times",13,"normal"))
penl=turtle.Pen() penl=turtle.Pen()
penl.pencolor("red") penl.pencolor("red")
penl.pensize(5) penl.pensize(5)
len=screen.textinput("提示","我是不是your dad???") len=screen.textinput("提示","多大?")
lovesize=int(len) lovesize=int(len)
penl.left(45) penl.left(45)
penl.forward(2*lovesize) penl.forward(2*lovesize)
......
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