Skip to Content

Le’ts learn how to draw a triangle in Python. We can easily do that using the turtle module. These are the methods that we will use to create a triangle. Turtle(): It will instantiate a new turtle object. forward(): It takes a number and moves the turtle (pen) by that distance. left(): It turns the …

Read More about How to Draw a Triangle in Python — Quick Guide