clear()
showGrid()
showAxes()
left(180)
hop
repeat(5) {
forward (100)
right (72)
}
clear()
showGrid()
showAxes()
repeat(5) {
forward (100)
right (60)
}
clear()
showGrid()
showAxes()
repeat(8) {
forward (100)
right (45)
}
clear()
showGrid()
showAxes()
repeat(9) {
forward (100)
right (40)
}
clear()
showGrid()
showAxes()
repeat(10) {
forward (100)
right (36)
}