Commit 54e94dd3 by BellCodeEditor

save project

parent d001f809
Showing with 2 additions and 0 deletions
...@@ -7,6 +7,8 @@ pen.write("12345,\n死内", font=("Times", 30,"normal")) ...@@ -7,6 +7,8 @@ pen.write("12345,\n死内", font=("Times", 30,"normal"))
pen.hideturtle() pen.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("red") screen.bgcolor("red")
lovesize=screen.fextinput("提示","你想要多大的爱心")
len=int(lovesize)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("green") pen1.pencolor("green")
......
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