Commit d461f412 by BellCodeEditor

save project

parent 6ccb3b8e
Showing with 2 additions and 0 deletions
...@@ -12,6 +12,8 @@ turtle.done() ...@@ -12,6 +12,8 @@ turtle.done()
pen1.turtle.Pen(5) pen1.turtle.Pen(5)
pen.pencolor("red") pen.pencolor("red")
pen1.prnsize(5) pen1.prnsize(5)
screen=turtle.Screen
size=screen.textinput("你要多大的爱心")
len=60 len=60
pen1.left(45) pen1.left(45)
pen1.forward(2*len) pen1.forward(2*len)
......
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