Code Sketch


triangleActivity1
By: Volney
clear()
showAxes()
right()
repeat(3)
{
    
    forward(100)
    left(360/3)    
}