Commit 00ee5636 by BellCodeEditor

save project

parent 75aa575e
Showing with 11 additions and 7 deletions
......@@ -11,13 +11,17 @@ p1.hideturtle()
p2 = turtle.Pen()
p2.setheading(45)
p2.forward(100)
p2.circle(100/2,180)
p2.right(90)
p2.circle(50,180)
p2.forward(100)
p2.hideturtle()
def hy(u):
p2.setheading(45)
p2.forward(u)
p2.circle(u/2,180)
p2.right(90)
p2.circle(u/2,180)
p2.forward(u)
p2.hideturtle()
hy(150)
......
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