Code Sketch


square
By: Shahid Shaikh
clear()
showAxes()
showGrid()
//Draw a Square
repeat(4) {
    forward(100)
    left(90)
    
}