Code Sketch


shruti ubale
By: Mhalsakant School
clear()
setFillColor(red)
setBackground(pink)
setPenColor(black)
repeat(4){
    forward(100)
    right(90)
}
hop(50)
right(180)
circle(50)