Code Sketch


ranjeet chavan
By: Mhalsakant School
Category: Art
clear()
setSpeed(superFast)
repeat(45) {
    setFillColor(randomColor)
    repeat(18) {        
    forward(100)
    circle(100)
    right(20)
    }
   right(20)
    
}