Commit 3c0c3cc7 by BellCodeEditor

auto save

parent 10a65eda
Showing with 0 additions and 10 deletions
...@@ -8,9 +8,6 @@ pen.goto(100,-100) ...@@ -8,9 +8,6 @@ pen.goto(100,-100)
pen.write("你好,\n诺依。",font=("Times",30,"normal")) pen.write("你好,\n诺依。",font=("Times",30,"normal"))
screen.bgcolor("pink") screen.bgcolor("pink")
pen.hideturtle() pen.hideturtle()
pen1.pensize(20) pen1.pensize(20)
pen1.pencolor("red") pen1.pencolor("red")
...@@ -56,12 +53,5 @@ pen1.circle(30,180) ...@@ -56,12 +53,5 @@ pen1.circle(30,180)
pen1.forward(60) pen1.forward(60)
pen1.end_fill() pen1.end_fill()
pen1.hideturtle() pen1.hideturtle()
turtle.done() 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