Code Sketch


Sqaure
By: Jaya Harmalkar
Category: Programming
clear()
setPenColor(blue)
setFillColor(black)
repeat(4) {
    
forward(100)
right()
}