Commit 84be7d2e by BellCodeEditor

auto save

parent 9f39b3ad
Showing with 10 additions and 0 deletions
import turtle
p=turtle.Pen()
s=turtle.Screen()
a=s.textinput("提示","你想要多大的魔法阵:")
size=int(a)
p.circle(size)
p.circle(size,360,3)
p.circle(size,60)
p.circle(size,360,3)
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