Content deleted Content added
Moved a Raku usage to correct section and put in it's own paragraph |
|||
Line 88:
== Multiple dimensions ==
In [[Python (programming language)|Python]], particularly in [[
<syntaxhighlight lang="
>>> import numpy as np
>>> t = np.random.rand(2, 3, 4, 5)
|