Commit 0e95c380 by BellCodeEditor

auto save

parent 0a488b99
Showing with 2 additions and 3 deletions
......@@ -4,7 +4,6 @@ import turtle
pen= turtle.Pen()
size=turtle.textinput("提示","你想要多大的魔法阵呀?")
size1 = int(size)
for i in range(6):
pen.circle(size1,60)
pen.circle(size1,360,3)
pen.circle(size1,60)
pen.circle(size1,360,2)
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