Random Triangle
Why is there always a triangle when my 3rd character is drawn?
Voters
RYANTADIPARTHI
It's because you need to hide your turtle. by doing this:
turtle.hideturtle()
Coder100
Just add
turtle.hideturtle()
and it will work!
Sorry @Coder100 @RYANTADIPARTHI but I added turtle.hideturtle() and it is still coming up with an isosceles triangle cutting straight through red and purple's glasses.
@bohandong oh, next time be more descriptive on which triangle lol
anyways, make sure all your points are where you want them to be. @bohandong
@Coder100 sorry lol
@Coder100 Yeah I have checked because I just copy and pasted all their code and changed some points.
@bohandong uh, do you mean a different triangle?