Create Multidimensional Zeros Python

后端 未结 4 999
一生所求
一生所求 2020-12-19 04:02

I need to make a multidimensional array of zeros.

For two (D=2) or three (D=3) dimensions, this is easy and I\'d use:

a = numpy.zeros(shape=(n,n)) 
<         


        
4条回答
提交回复
热议问题