Commit 986abd1c by BellCodeEditor

save project

parent 9080682c
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("red")
screen = turtle.Screen()
screen.bgcolor("blue")
size = screen.textinput("标题","输入数字:")
size = int(size)
pen.circle(size,360)
pen.circle(size,360,3)
pen.circle(size,60)
pen.circle(size,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