Commit e4630349 by BellCodeEditor

auto save

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