Code Sketch


Square
By: JohnMascarenhas
Category: Programming
clear()
showAxes()

//Draw square

forward(100)
right()
forward(100)
right()
forward(100)
right()
forward(100)
right()