Commit ba7b0771 by BellCodeEditor

save project

parent 0b2f4355
Showing with 5 additions and 5 deletions
......@@ -3,14 +3,14 @@ import turtle
xqf=turtle.Pen()
xqf.write("去去去去去去你的,的的的的的的的的的d",font=("Times",40,"normal"))
xqf.hideturtle()
rqf=turtle.Pen()
rqf.left(45)
rqf.forward(100)
rqf.circle(50,180)
len=50
rqf.forward(2*len)
rqf.circle(len,180)
rqf.right(90)
rqf.circle(50,180)
rqf.forward(100)
rqf.circle(len,180)
rqf.forward(2*len)
rqf.hideturtle()
turtle.done()
......
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