Draw Loop Triangles with Python Turtle | Python Turtle Graphics Tutorial#15 | Draw Designs in Python

Publicado el: 16 enero 2021
en el canal de: Uzair
318
5

Draw Loop Triangles with Python Turtle | Python Turtle Graphics Tutorial#15 | Draw Designs in Python
---------------------------------------------------------------------------------------------------------------------------------
SOURCE CODE:

import turtle
turtle.speed(0)
turtle.bgcolor('black')
turtle.pencolor('magenta')
turtle.pensize(2)
def triangle():
turtle.left(60)
turtle.forward(250)
turtle.right(125)
turtle.forward(230)
turtle.right(115)
turtle.forward(200)

for i in range(42):
triangle()
turtle.left(69)
turtle.done()

-----------------------------------------------------------------------------------------------------------------------------


#python turtle projects
#python turtle art
#python turtle tutorial
#python graphics


En esta página del sitio puede ver el video en línea Draw Loop Triangles with Python Turtle | Python Turtle Graphics Tutorial#15 | Draw Designs in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Uzair 16 enero 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 318 veces y le gustó 5 a los espectadores. Disfruta viendo!