Commit 9df421c3 by BellCodeEditor

auto save

parent 6ee14dae
Showing with 2 additions and 0 deletions
...@@ -5,6 +5,8 @@ pen= turtle.Pen() ...@@ -5,6 +5,8 @@ pen= turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
size=screen.textinput("提示","你想要多大的魔法阵呀?") size=screen.textinput("提示","你想要多大的魔法阵呀?")
ls=int(size) ls=int(size)
pen.pencolor("light purple")
screen.s
pen.circle(ls) pen.circle(ls)
pen.circle(ls,360,3) pen.circle(ls,360,3)
pen.circle(ls,60) pen.circle(ls,60)
......
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