Commit 1601bcd0 by BellCodeEditor

save project

parent 39340f68
Showing with 2 additions and 0 deletions
......@@ -4,6 +4,8 @@ len=60
pen = turtle.Pen()
pen.penup()
screen = turtle.Screen()
len=screen.textinput("爱心大小","请输入爱心大小:")
len=int(len)
screen.bgcolor("green")
pen.goto(100,-100)
pen.write("你好呀!",font = ("Times",50,"normal"))
......
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