Commit 49c3e135 by BellCodeEditor

save project

parent 0e25eec9
Showing with 3 additions and 2 deletions
......@@ -2,13 +2,14 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
len=screen.textinput("100","100")
len=screen.textinput("提示","你想要多大的爱心呀?")
len=int(len)
len=float(len)
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("你好,\n 诺依~",font=("Times",30,"normal"))
pen.write("Hello,\n 诺依~\n我也已经学会如何用\n python的编辑贺卡了,\npython真的好好玩呀!",font=("Times",15,"normal"))
pen.hideturtle()
#len=60
pen.penup()
......
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