Code Sketch


Sharwari Khotalekar
By: Mhalsakant School
Category: Art
clear()
setBackground(randomColor)
setSpeed(fast)
setFillColor(cyan)
setPenColor(black)
circle(100)
jumpTo(-250, 250)
repeat(12) {
    forward(100)
    right(90)
    forward(85) 
right(45)
}
jumpTo(170,170)
repeat(4) {
    forward(100)
    right(90)    
}