Code Sketch


kojo ex 2 triangle
By: Prajakta
clear()
setFillColor(green)
setBackground(red)
right(90)
repeat (3) {
    forward(100)
    left(120)
}