Code Sketch


square centre
By: Fiona
clear()
hop(75)
right()
setPenColor(blue)
setPenThickness(4)
forward(75)
right()
repeat(3) {
    forward(150)
    right()
}

forward(75)
right()
hop(75)
right(180)