Commit 48cd3459 by BellCodeEditor

save project

parent b131a717
Showing with 9 additions and 2 deletions
import turtle import turtle
a=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen. size=screen.textinput("提示","你想要多大的魔法阵")
\ No newline at end of file len=int(size)
a.circle(len)
a.circle(len,360,3)
a.circle(len,60)
a.circle(len,360,3)
turtle.done()
\ No newline at end of file
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