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
Nesta página do site você pode assistir ao vídeo on-line Draw Loop Triangles with Python Turtle | Python Turtle Graphics Tutorial#15 | Draw Designs in Python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Uzair 16 Janeiro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 318 vezes e gostou 5 espectadores. Boa visualização!