Commit a47269c6 by BellCodeEditor

auto save

parent 7502baeb
Showing with 2 additions and 1 deletions
...@@ -4,7 +4,8 @@ import turtle ...@@ -4,7 +4,8 @@ import turtle
# pen.write("此处写啥都行",font=('Times',30,'normal')) # pen.write("此处写啥都行",font=('Times',30,'normal'))
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
len=60 lovesize=screen.textinput("提示","请输入爱心的大小")
len=int(lovesize)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(6) pen1.pensize(6)
pen1.pencolor("green") pen1.pencolor("green")
......
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