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

Published: 16 January 2021
on channel: 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


On this page of the site you can watch the video online Draw Loop Triangles with Python Turtle | Python Turtle Graphics Tutorial#15 | Draw Designs in Python with a duration of hours minute second in good quality, which was uploaded by the user Uzair 16 January 2021, share the link with friends and acquaintances, this video has already been watched 318 times on youtube and it was liked by 5 viewers. Enjoy your viewing!