creates an array of 50 strings of 50 spaces, then substitutes 4 characters in 3 lines to add the hexagons:
" __ " "/ \\" \__"\__/"
As the first rowline contains spaces, once a hexagon has been plotted we cannot plot another one below it, because the spaces would overwrite the previous hexagons.
Therefore the hexagons are added in the form of a 16x16 rhombus (distorted rectangle) from bottom to top, and slanting from bottom left to top right.