Presta atención ya que en este post hallarás el arreglo que buscas.
Ejemplo: como hacer una estrella en python turtle
import turtle
t=turtle.Turtle()for i inrange(5):
t.begin_fill()
t.forward(75)
t.right(144)
t.end_fill()
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)