Commit 7de59af7 by BellCodeEditor

save project

parent e61b3705
-- "a/\345\255\243\345\247\254\345\207\273\351\270\241\350\256\260\346\200\245\346\200\245\346\200\245\346\200\245\346\200\245\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233\345\206\233.py"
import turtle
import turtle
pen= turtle.Pen()
screen=turtle.Screen()
size=screen.textinput("提示","要多大?")
pen.pencolor("red")
pen.pensize(5)
len=int(size)
pen.circle(len)
pen.circle(len,360,3)
pen.circle(len,60)
pen.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