Code Sketch


patternOfHexagon
By: Harsha
cleari()

setSpeed(fast)
repeat(8) {
 left(45)
repeat(6) {
  right(60)
  forward(80)  
}   
}