Code Sketch


Navya Tembhurne
By: Mhalsakant School
Category: Art
def shape() {
 right(80,120)
 right(100)
 right(80,120)
 right(125)
 right(100,20)
 left(100)
  right(100,20)
  left(125)
  right(100,20)
  left(125)
  right(100,20)
  left(130)
  right(100,20)
  left(140)
  right(100,20)
  left(140)
  right(100,20)
  setPosition(-2, -0)
}

def block() {
    setFillColor(randomColor.fadeOut(0.6))
    setPenColor(noColor)
    shape()
    
    left(7)
}
cleari()
size(600,600)
right(180)
setAnimationDelay(0)
repeat(30) {
    block()
}
setPosition(-153, -223)
setPenFont(Font("Consolas", 45))
write("MADE WITH CODE")