Code Sketch


insta shardul4249
By: Mhalsakant School
Category: Art
clear()
setBackground(yellow)
setSpeed(fast)
repeat(50) {setFillColor(randomColor)
repeat(18) {forward(200)
right(120)
}
right(18)
}