# Python Program to create a triangle import turtle # TODO: Change the color to red turtle.forward(100) # TODO: Turn the turtle right by 120 degrees. Remember turtle.right(120) turtle.forward(100) # TODO: Turn the turtle right by 120 degrees. turtle.forward(100)