All right, so I have a code where I need to print a game board with 5x5 squares. All the squares is in squareList
, which is a list (oh you don't say). A square is based on an object with a variable number
that is the value I want to print. How can I do this?
EDIT: The reason to why I want to do this is because I want to start on a new line every five squares so that I get a board, not a line, with values.