Code Sketch


square
By: premanand vaigankar
clear()
setPenColor(red)
setFillColor(green)
repeat(4){
    forward(200)
    right()
}