Code Sketch


Square with turtle commands
By: Clinton J. Fernandes
clear()
setBackground(yellow)
setPenColor(blue)
forward(100)
right()
forward(100)
right()
forward(100)
right()
forward(100)
right()