Code Sketch


square
By: Guruprasad Sawant
Category: Art
clear()
setBackgroundH(green, yellow)
setFillColor(blue)
hop(50)
right(90)
hop(50)
repeat(3) {
  forward(100)
right(90)  
}
right(180)
repeat(3) {
  forward(100)
right(90)  
}
right(180)
repeat(3) {
  forward(100)
right(90)  
}
right(180)
repeat(3) {
  forward(100)
right(90)  
}
hop(50)
right(90)
hop(-50)
setFillColor(white)
circle(30)
circle(-30)