Code Sketch


SquarePattern
By: Grace D Costa Araujo
Category: Programming
clear()
showAxes


setPenColor(green)
setPenThickness(10)
setFillColor(yellow)


repeat(3){
//Pattern of Square
//left square

repeat(4){
forward(100)
left(90)}


//right square
repeat(4){
forward(100)
right(90)}

hop(100)
right()
hop(100)
left()
}



//forward(100)
//right(90)
//forward(100)
//right(90)
//forward(100)
//right(90)