Code Sketch


bhakti rane
By: Mhalsakant School
Category: Art
clear()
setBackground(pink)
setSpeed(fast)
setPenColor(gray)
repeat(100) {
    savePosHe()
    setPenThickness(random(1, 20))
    setPenColor(cm.hsla(random(0, 360), 1, 0.4, 0.5))
    right(random(1, 360))
    forward(random(100, 200))
    restorePosHe()
}

right(90)
forward(200)
left(90)
setPenColor(black)
setPenFont(Font("Algerian", 1000))
setPenFontSize(100)
write( "happy international women's day in 11th feb 2026 ")
right(90)
hop(850)
setBackground(pink)
setSpeed(fast)
setPenColor(gray)
hop(150)
right(90)
hop(150)
right(90)
hop(800)
right(90)
setPenColor(black)
write("Girls in science shape the future")
right(90)
hop(1900)
right(90)
hop(100)
repeat(100) {
    savePosHe()
    setPenThickness(random(1, 20))
    setPenColor(cm.hsla(random(0, 360), 1, 0.4, 0.5))
    right(random(1, 360))
    forward(random(100, 200))
    restorePosHe()
}