I need to create an empty nd-array in python without zeros or ones functions looks like in c++ with this command for array 3*4 for integers:
int x[3][4]
Please help me
I need to create an empty nd-array in python without zeros or ones functions looks like in c++ with this command for array 3*4 for integers:
int x[3][4]
Please help me