Commit fb5e2f38 by BellCodeEditor

save project

parent 33e79661
Showing with 2 additions and 1 deletions
......@@ -14,7 +14,8 @@
# done()
import turtle
len=30
len=turtle.textinput("爱心大小","请输入爱心大小")
len=int(len)
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor('light blue')
......
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