Skip to content
pmagwene edited this page Mar 4, 2012 · 5 revisions
>>> import numpy as np
>>> a = np.array([[1,2,3],[4,5,6]])
>>> print a
[[1 2 3]
 [4 5 6]]

Does the above code example get correctly formatted?

Clone this wiki locally