Code Sketch


PRIYA ,NIVEDITA
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setBackground(yellow)
repeat(10){
        setFillColor(randomColor.fadeOut(0.5)) 
        repeat(4){
                forward(100)
                right(90)
                circle(10)
     }
        right(36)
 }