Como vimos en el último ejemplo, ¡Tina se mueve! cuando esto pasa, dibuja una línea. Ella se puede mover hacia `foward` (adelante), hacia `backward` (atrás), girar a la `right`(derecha) o a la `left` (izquierda) y girar en ciertos grados. Presiona Run para ver el ejemplo: ```python.run import turtle tina = turtle.Turtle() tina.shape("turtle") tina.forward(50) tina.left(90) tina.forward(50) tina.left(90) tina.forward(50) ``` ¡Tina casi terminò un cuadrado! ¿Puedes ayudarla a completarlo? ¿Qué otras figuras puedes ayudar a Tina a dibujar?

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.
×