Commit 2a0356bb by BellCodeEditor

save project

parent be0ec1e3
Showing with 2 additions and 1 deletions
...@@ -8,7 +8,8 @@ pen.goto(100,-100) ...@@ -8,7 +8,8 @@ pen.goto(100,-100)
pen.write("同学们:\n祝你考试顺利!\n邱子恒",font=("Times",30,"normal")) pen.write("同学们:\n祝你考试顺利!\n邱子恒",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
len=200 lovesize=screen.textinput("提示","你的爱心要画多大:")
len=int(lovesize)
pen1.pensize(5) pen1.pensize(5)
pen1.color("red") pen1.color("red")
pen1.left(45) pen1.left(45)
......
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