Commit 1b5c8195 by BellCodeEditor

auto save

parent 341f8465
Showing with 2 additions and 3 deletions
......@@ -4,7 +4,7 @@ screen=turtle.Screen()
pen=turtle.Pen()
pen.penup()
pen.goto(0,-120)
screen.bgcolor("pink")
screen.bgcolor("red")
pen.write("诺伊,\nturtle真好,\n和你一样SBB\nBBBBB赖赖。",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......@@ -18,4 +18,4 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
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