Code Sketch


samarth meimani
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setBackgroundH(blue, yellow)
setPenColor(cm.gray)

repeat(18) {
    setFillColor(red)
    repeat(5) {
        forward(100)
        right(72)
        
    }

    right(360 / 18)
    
}