Commit 888dcf38 by BellCodeEditor

auto save

parent 950014f9
Showing with 9 additions and 604 deletions
#利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
len=screen.textinput("SB","SB")
b=int(len)
a=turtle.Pen()
a.write("s",font=("Times",999,"normal"))
a.pendown()
......@@ -10,609 +13,10 @@ a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
len=60
a.left(45)
a.forward(2*len)
a.circle(len,180)
a.forward(2*b)
a.circle(b,180)
a.right(90)
a.circle(len,180)
a.forward(2*len)
turtle.done()
a.circle(b,180)
a.forward(2*b)
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