Commit 0580bfec by BellCodeEditor

save project

parent d2bdec90
Showing with 16 additions and 0 deletions
import turtle
screen=turtle.Screen()
len=screen.textinput("提示","多大?")
lovelen=int(len)
x=turtle.Pen()
x.fillcolor("red")
x.begin_fill()
x.circle(lovelen)
x.end_fill()
x.fillcolor("yellow")
x.begin_fill()
x.circle(lovelen,360,3)
x.circle(lovelen,60)
x.circle(lovelen,360,3)
x.end_fill()
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