Commit 645612eb by BellCodeEditor

save project

parent a4acc3fc
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ w.penup() ...@@ -7,7 +7,7 @@ w.penup()
w.goto(100,-100) w.goto(100,-100)
w.write("Hi,I'm Wu Kong.\nHow are you?\n我已经收到你的贺卡了\n非常感谢",font=("Times",20,"normal")) w.write("Hi,I'm Wu Kong.\nHow are you?\n我已经收到你的贺卡了\n非常感谢",font=("Times",20,"normal"))
w.hideturtle() w.hideturtle()
len=60 len=int( g.textinput("提示","你要多大的爱心:") )
j=turtle.Pen() j=turtle.Pen()
j.pencolor("pink") j.pencolor("pink")
j.pensize(9) j.pensize(9)
......
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