triangle1 import turtle t = turtle.Turtle() for i in range(3): t.left(120) t.forward(100) t.forward(100) turtle.done