Code Sketch


atharva ghodke
By: Mhalsakant School
Category: Art
clear()
cleari()
setSpeed(fast)
setBackground(Color(255, 0, 0))
setFillColor(Color(51, 51, 51))
setPenColor(Color(255, 0, 51))
repeat(50) {
    right(59)
    repeat(8) {
        forward(60)
        right(30)
    }
}