Commit e8802157 by BellCodeEditor

save project

parent 8cdf157b
Showing with 3 additions and 0 deletions
...@@ -6,9 +6,12 @@ pen.penup() ...@@ -6,9 +6,12 @@ pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("依诺你好\n依诺你在哪里?\n你在干什么",font=("Times",15,"normal")) pen.write("依诺你好\n依诺你在哪里?\n你在干什么",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
len=int(size)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("green") pen1.pencolor("green")
pen1.pensize(5) pen1.pensize(5)
len=screen.textinput("提示","你想要多大的爱心呀")
lovesize=int(len)
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
pen1.circle(50,180) pen1.circle(50,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