Code Sketch


samarth
By: Mhalsakant School
Category: Programming
clear() 

repeat(20) {
    

repeat(4) { 
    setPenColor(randomColor)
    forward(40) 
    
    right 
    
} 
hop(40) 
}