Informatics2-2018/Lab05
A MathWikiből
strings
Drawing a matrix
Write a function that prints a matrix in a nice, tabular-like format. For example the matrix:
m = [[1, 2, -33], [44, 5, 666], [7, -8, -99]]
would look like this:
| 1| 2| -33| | 44| 5| 666| | 7| -8| -99|
Cloudcoder
- capitalletter
- birdtalk
- docstrings
- highwayrest
- isanagramma
- pointtable