Commit 5e79a8dc by BellCodeEditor

save project

parent abbbd8dc
Showing with 9 additions and 4 deletions
...@@ -8,15 +8,19 @@ p.goto(100,-100) ...@@ -8,15 +8,19 @@ p.goto(100,-100)
p.write("你\n\n\n衣",font=("Times",20,"normal")) p.write("你\n\n\n衣",font=("Times",20,"normal"))
p.hideturtle() p.hideturtle()
len=60
a1=turtle.Pen() a1=turtle.Pen()
a1.pensize(20) a1.pensize(20)
a1.pencolor("red") a1.pencolor("red")
a1.left(45) a1.left(45)
a1.forward(100) a1.forward(len*2)
a1.circle(50,180) a1.circle(len,180)
a1.right(90) a1.right(90)
a1.circle(50,180) a1.circle(len,180)
a1.forward(100) a1.forward(len*2)
a1.hideturtle() a1.hideturtle()
turtle.done() 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