Code Sketch


srushti kolhe
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setBackgroundH(red,blue)
setFillColor(pink)
setPenColor(black)
setPosition(-3,-82)
repeat(5) {

    forward(100)
    right(60)
    
}