Commit ab9ede6a by BellCodeEditor

auto save

parent 650c96fc
Showing with 7 additions and 5 deletions
......@@ -4,10 +4,15 @@ a.fillcolor("red")
a.begin_fill()
a.left(135)
a.forward(200)
a.circle(100,180)
a.circle(-100,180)
a.left(90)
a.circle(-100,180)
a.forward(200)
a.left(135)
a.end_fill()
a.penup()
a.goto(-200,-100)
a.write("缴费光荣俄国人",font=("黑体",30,"normal"))
a.hideturtle()
turtle.done()
......@@ -23,6 +28,3 @@ 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