Code Sketch


iqra madiyal
By: Mhalsakant School
Category: Art
cleari()
setSpeed(superFast)
setPenColor(black)
setPenThickness(2)
setBackgroundV(orange, yellow)
repeat(20) {
    repeat(6) {
        right(150,50)
        right(-90)
        circle(30)
        forward(15)
        circle(200)
        circle(0.5)
        
    }
right(50)    
}