Code Sketch


samarth pandit
By: Mhalsakant School
Category: Art
cleari()
setFillColor(black)
setBackgroundH(orange,yellow)
setPenColor(red)
setSpeed(fast)
repeat(24){
    repeat(5){
        right(72)
        forward(125)
    }   
    right(360/24)
}