Code Sketch


aishwarya nanaware
By: Mhalsakant School
Category: Art
cleari()
setSpeed(superFast)
setPenColor(Color(98,0,0))
setPenColor(black)
setPenThickness(2)
setBackgroundH(red,blue)
repeat(20) {
    repeat(6) {
        right(150,50)
        right(-90)
        circle(30)
        forward(15)
        circle(200)
        circle(0.5)
    }
    right(50)
}