Commit 80249240 by BellCodeEditor

auto save

parent c7ea37dc
Showing with 3 additions and 1 deletions
......@@ -3,10 +3,11 @@ import turtle
screen=turtle.Screen()
pen=turtle.Pen()
size=screen.textinput("提示","你想要多大的魔法阵呀?")
pen.pencolor("green")
lensize=int(size)
pen.circle(lensize)
pen.circle(lensize,360,3)
pen.circle(lensize,60)
pen.circle(lensize,360,3)
pen.hideturtle()
turtle.done()
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