Commit c992f6b2 by BellCodeEditor

save project

parent 848ee7a0
Showing with 4 additions and 0 deletions
......@@ -7,6 +7,10 @@ pen.goto(100,-100)
pen.write(" Hi,弱鸡,用python写电子贺卡真是太有趣味了")
pen.hideturtle()
pen=turtle.Pen
len=screen.textinput("提示","你想要多大的爱心呀")
len=int(size)
pen.forward(2*len)
pen.circle(len,180)
turtle.done()
......
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