Commit 6c96ba8d by BellCodeEditor

save project

parent a77ceb89
Showing with 7 additions and 5 deletions
......@@ -6,15 +6,16 @@ pen.penup()
pen.goto(100,-100)
pen.write("SB\n我****************\n草**************\n尼玛***********\n",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
len=screen.textinput("款到发货" ,"发给杜父跟德国法国的回复电工师傅热封盖广东省")
py=float(len)
pen1.forward(2*py)
pen1.circle(py,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.circle(py,180)
pen1.forward(2*py)
pen1.hideturtle()
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