Code Sketch


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