clear()
setBackgroundH(black,pink)
setSpeed(fast)
setPenColor(black)
hop(-40)
repeat(10){
setFillColor(randomColor.fadeOut(0.5))
repeat(3){
forward(100)
right(90)
circle(22)
}
right(33)
}
hop(300)
right(90)
hop(200)
right()
write("sandhya,bhakti")