Commit 2eb26320 by BellCodeEditor

save project

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