numpy-100 icon indicating copy to clipboard operation
numpy-100 copied to clipboard

18 - Alternative that might be clearer

Open pourhouse opened this issue 6 years ago • 1 comments

Z = np.tile([[0, 1], [1, 0]], (4, 4)) print(Z)

pourhouse avatar Oct 10 '17 22:10 pourhouse

It's on exercise 21 actually.

rougier avatar Oct 11 '17 08:10 rougier