There is no single print that will print a matrix of floats - that's what the error message is telling you.
Use a pair of nested for loops.
There is no single print that will print a matrix of floats - that's what the error message is telling you.
Use a pair of nested for loops.