Graphic Turtle.py

from turtle import Screen, Turtle pantallaa=Screen () pantalla.setup (425,225) pantalla.screensize 400,200) tortuga=Turtle () tortuga. forward (100) pantalla. exitonclick()
Escribamos un programa que haga avanzar 100 pasos a la tortuga y deje un trazo en pantalla.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.