Code Sketch


samarth pandit
By: Mhalsakant School
Category: Art
cleari()
setFillColor(blue)
setBackground(green)
repeat(4) {
    forward(100)
    right(90)
}
right()
forward(50)
setFillColor(pink)
circle(50)
left()
hop(50)