Commit d6938181 by BellCodeEditor

auto save

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