Commit 6a24bd43 by BellCodeEditor

save project

parent abc03a4b
Showing with 3 additions and 1 deletions
...@@ -3,7 +3,9 @@ t= turtle.Turtle() ...@@ -3,7 +3,9 @@ t= turtle.Turtle()
t.pensize(2000) t.pensize(2000)
t.color("sky blue") t.color("sky blue")
t.fd(1) t.fd(1)
len = 50 screen = turtle.Screen()
len = screen.textinput("提示","输入你要的爱心大小?")
len = int(len)
t.pensize(10) t.pensize(10)
t.pencolor("red") t.pencolor("red")
......
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