def shape() {
right(90)
right(90, 40)
left(270, 40)
right(90, 40)
left(270, 40)
setPosition(40, 0)
}
def block(){
setFillColor(randomColor.fadeOut(0.6))
setPenColor(noColor)
shape()
penUp()
right(45, 100)
penDown()
}
cleari()
initRandomGenerator(-378982110700943669L)
setAnimationDelay(0)
repeat(9) {
block()
}