import turtle as t import turtle t.goto(100,0) for i in range(18): t.left(80) t.fd(100) t.left(135) t.fd(165) t.left(125) t.fd(115) turtle.done()