Code Sketch


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