Commit d6938181 by BellCodeEditor

auto save

parent 3be41d7a
Showing with 3 additions and 6 deletions
......@@ -2,6 +2,8 @@ import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor("red")
'''screen.bgcolor("limegreen")
screen.bgcolor("gray")'''
pen.penup()
pen.goto(100,-100)
pen.write("1234567\n1234567\n1234567\n",font=("Times",20,"normal"))
......@@ -17,11 +19,6 @@ def huaaixin(a,b):
pena.circle(b/2,180)
pena.forward(b)
pena.hideturtle()
huaaixin(10,200)
huaaixin(10,150)
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