Commit 8f8946b3 by BellCodeEditor

save project

parent faa13ceb
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ s=turtle.Screen() ...@@ -10,7 +10,7 @@ s=turtle.Screen()
s.bgcolor("#adddff") s.bgcolor("#adddff")
pen1.color("red") pen1.color("red")
pen1.pensize(10) pen1.pensize(10)
len = 25 len = int(s.textinput("提示","请输入爱心大小:"))
pen1.left(45) pen1.left(45)
pen1.fd(2*len) pen1.fd(2*len)
pen1.circle(len,180) pen1.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