Commit 51a017dc by BellCodeEditor

auto save

parent 5987869d
Showing with 2 additions and 2 deletions
......@@ -4,7 +4,7 @@ import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你想要多大的爱心:")
screen=turtle.Screen()
screen.bgcolor("green")
screen.bgcolor("yellow")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
......@@ -12,7 +12,7 @@ pen.write("悟空给诺依回信",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(17)
pen1.pensize(18)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(len*2)
......
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