Code Sketch


Vedant kumbhar
By: Mhalsakant School
cleari()
setSpeed(fast)
setPenColor(yellow)
repeat(90) {
    forward(120)
    right(90)
    forward(100)
    right(90)
    forward(157)
    right(40)
    setBackgroundV(red,yellow)
    hop(10)
    setFillColor(red)
    right(90)
hop(20)
 repeat(79) {
     hop(6)
 }
}  
forward(100)
right(90)