def mypolygon(t,sides,length): angle = 360 /sides t.fd(length/8) for i in range(sides): t.fd(length) t.lt(angle) print(alice) turtle.mainloop()