Commit afcefed6 by BellCodeEditor

save project

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