import turtle as t t.speed(10) for i in range(73): t.forward(5) t.left(1) t.right(130) for i in range(178): t.forward(3) t.right(1)