Code Sketch


pournima shelar
By: Mhalsakant School
Category: Art
cleari()
setSpeed(superFast)
setBackground(randomColor)
setFillColor(black)

setPenColor(white)
   repeat(50) {
    right(59)
     repeat(8) {
        forward(60)
         right(30)
         
     }
       
   }