Commit ff2474ac by BellCodeEditor

save project

parent ccfcadf3
Showing with 2 additions and 3 deletions
#利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
len=screen.textinput("sb","sb:")
len=screen.textinput("牛马","输入大小")
e=int(len)
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(150,50)
......@@ -13,7 +12,7 @@ pen.hideturtle()
pen1=turtle.Pen()
hssb=turtle.Screen()
pen1.pencolor("pink")
pen1.pensize(5)
pen1.pensize(e)
pen1.circle(100,360)
pen1.circle(100,360,3)
......
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