Code Sketch


samarth g
By: Mhalsakant School
Category: Art
cleari()
setBackground(yellow)
setFillColor(red)
setSpeed(fast)
setPenColor(black)
right()
repeat(100) {
    forward (150)
    right(150)
}