Commit bbd91ec6 by BellCodeEditor

save project

parent c4088b66
Showing with 16 additions and 0 deletions
import turtle
s=turtle.Screen()
p=turtle.Pen()
p.penup()
p.goto(0,-180)
p.pendown()
size=s.textinput( "提示","你想要多大的魔法阵呀?")
len=int(size)
p.pencolor("red")
p.circle(len)
p.fillcolor("red")
p.begin_fill()
p.circle(len,360,3)
p.end_fill()
p.circle()
\ 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