Code Sketch


circlePattern
By: Harsha
clear
setSpeed(superFast)
setPenColor(red)

repeat(24) {
   right(360,80) 
   forward(5)
   right(15)
}