Commit 64f744f4 by BellCodeEditor

auto save

parent eec4dbe6
Showing with 5 additions and 0 deletions
......@@ -2,11 +2,15 @@
import turtle
screen=turtle.Screen()
pen= turtle.Pen()
pen.pencolor("black")
pen.fillcolor("yellow")
pen.begin_fill()
size=screen.textinput("提示","你想要多大的魔法阵呀?")
sixsize=int(size)
pen.circle(sixsize)
pen.circle(sixsize,360,3)
pen.circle(sixsize,60)
pen.circle(sixsize,360,3)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ No newline at end of file
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