Code Sketch


SWARA VITTHAL CHAVAN
By: Mhalsakant School
Category: Art
clear()
setBackground(color(205, 204, 255))
setSpeed(fast)
setPenColor(darkGray)
repeat(18) {
    setFillColor(randomColor.fadeOut(0.5))
repeat(5) {
    forward(100)
    right(360/ 5)
}
right(100)
}
invisible()