Code Sketch


vaishnuu0508
By: Mhalsakant School
Category: Math
cleari()
setPenColor(black)
setBackground(red)
setSpeed(superFast)
repeat(100) {
    forward(100)
    right
    circle(10)
    right(190)
    forward(100)
    right(15)  
}