Informatics2-2018/Lab05

A MathWikiből

previous up next

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

  1. capitalletter
  2. birdtalk
  3. docstrings
  4. highwayrest
  5. isanagramma
  6. pointtable

previous up next

Személyes eszközök