Commit 685df4f6 by BellCodeEditor

auto save

parent b91ea27c
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ pen = turtle.Pen() ...@@ -3,7 +3,7 @@ pen = turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("red") screen.bgcolor("red")
pen.pencolor("blue") pen.pencolor("blue")
len=float(input("你希望画多大的爱心啊?:")) len=float(screen.textinput("问答框","你喜欢多大的爱心啊:?"))
pen.left(45) pen.left(45)
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,180) pen.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