Code Sketch


Pushpraj Kadam
By: Mhalsakant School
Category: Art
def pentagon() {
    repeat(5) {
        forward(100)
        right(72)
        
    }
    
}
cleari()
setSpeed(superFast)
repeat(180) {
    pentagon()
    right(2)
    
}