Podemos crear una lazada que ejecute varios colores y hacer que Tina cambie de acuerdo a éstos. <iframe width="590" height="501"src="//edpuzzle.com/embed/m/547faf522acc1c051a090443" frameborder="0"></iframe> Presiona Run y ve los diferentes colores, ¿Qué pasa si los añades más o los quitas? ```python.run import turtle tina = turtle.Turtle() tina.shape('turtle') color = ["red", "orange", "yellow", "green", "blue", "purple", "black"] for cada_color in color: angle = 360 / len(color) tina.color(cada_color) tina.circle(40) tina.right(angle) tina.forward(30) ``` ¿Quieres hacer tu propio programa ? Modifica el texto que se encuentra dentro de ` for`. ¿Qué otras cosas puedes hacer con cada color?

Congratulations!

Enter your Name and Save your certificate:

Your certificate has been created!

Share this link with your friends, family or teacher:

Certificate of Completion

Presented to
for successfully completing an Hour of Python!
On behalf of the trinket.io team, congratulations and thanks!
Visit hourofpython.com to keep learning.
×