Commit 431867cc by BellCodeEditor

save project

parent 982d0bfc
Showing with 3 additions and 2 deletions
...@@ -4,11 +4,12 @@ pen=turtle.Pen() ...@@ -4,11 +4,12 @@ pen=turtle.Pen()
pen.write("傻der",font=("Time",30,"normal")) pen.write("傻der",font=("Time",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
le.textinput("你想要多大的园?") len=60
len.textinput("你想要多大的园?")
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
pen1.forward(2*love) pen1.forward(2*len)
pen1.circle(len,180) pen1.circle(len,180)
pen1.right(90) pen1.right(90)
pen1.circle(len,180) pen1.circle(len,180)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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