Code Sketch


Fabiola Activity 2
By: Fabiola Fernandes
clear()
showAxes()
showGrid()
setPenColor(red)
setPenThickness(10)
hop(50)
right(90)
hop(150)
right(90)

repeat(4){
    forward(100)
    right()
    forward(100)
    left()
    forward(100)
    right()
}
hop(50)
right(90)
hop(150)
right(90)