I have a list of words i.e. [ cat, dog, bird, horse, pig, duck, frog, chicken, sheep, cow]
I want to print say nine of them in a grid like this:
cat dog horse
bird pig duck
frog chicken sheep
is there anyway of doing this? Also when I get them to print out o a line I get the \n line break at the end of each item which is so annoying - is there a simple fix for this