Commit 9bc0dd23 by BellCodeEditor

save project

parent 97342f3b
Showing with 18 additions and 8 deletions
......@@ -17,13 +17,22 @@ pen2.up()
pen2.goto(-39,12)
pen2.down()
pen2.pensize(5)
pen2.pencolor(100,130,238)
pen2.setheading(45)
pen2.forward(100)
pen2.circle(100/2,180)
pen2.right(90)
pen2.circle(100/2,180)
pen2.forward(100)
pen2.hideturtle()
def huayuan(b):
pen2.pencolor(100,130,238)
pen2.setheading(45)
pen2.forward(b)
pen2.circle(b/2,180)
pen2.right(90)
pen2.circle(b/2,180)
pen2.forward(b)
pen2.hideturtle()
huayuan(200)
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