Code Sketch


hexagon by younis.kojo
By: chinar
clear()
setSpeed(fast)
repeat(20) {
repeat(5) {
forward(100)
right(72)      
  }  
  forward(20)
  right(20)
}
setPosition(-120,-240)
write("practicing")